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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp3471 dir_remove(int fd, char *path, bool kernel) function in namespace:FSShell
5307 return dir_remove(fd, pathBuffer.LockBuffer(), true);
5310 return dir_remove(fd, NULL, true);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp6152 dir_remove(int fd, char* path, bool kernel) function
8492 return dir_remove(fd, pathBuffer.LockBuffer(), true);
9391 return dir_remove(fd, userPath ? path : NULL, false);

Completed in 73 milliseconds