Searched refs:copiedPath (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.cpp86 char *copiedPath = (char*)malloc(len + 1); local
87 if (!copiedPath)
89 strcpy(copiedPath, path);
92 copiedPath[len - 1] = '.';
93 copiedPath[len] = '\0';
95 *copy = copiedPath;

Completed in 41 milliseconds