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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp3785 common_unlink(int fd, char *path, bool kernel) function in namespace:FSShell
3791 FUNCTION(("common_unlink: fd: %d, path '%s', kernel %d\n", fd, path, kernel));
5417 return common_unlink(fd, pathBuffer.LockBuffer(), true);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp6578 common_unlink(int fd, char* path, bool kernel) function
6583 FUNCTION(("common_unlink: fd: %d, path '%s', kernel %d\n", fd, path,
8586 return common_unlink(fd, pathBuffer.LockBuffer(), true);
9513 return common_unlink(fd, path, false);

Completed in 81 milliseconds