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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp3748 common_create_link(char *path, char *toPath, bool kernel) function in namespace:FSShell
3755 FUNCTION(("common_create_link(path = %s, toPath = %s, kernel = %d)\n", path, toPath, kernel));
5391 return common_create_link(pathBuffer.LockBuffer(),
/haiku/src/system/kernel/fs/
H A Dvfs.cpp6544 common_create_link(int pathFD, char* path, int toFD, char* toPath, function
6549 FUNCTION(("common_create_link(path = %s, toPath = %s, kernel = %d)\n", path,
8561 return common_create_link(pathFD, pathBuffer.LockBuffer(), toFD,
9493 return common_create_link(pathFD, path, toFD, toPath, traverseLeafLink,

Completed in 109 milliseconds