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

/haiku/src/system/libroot/posix/stdio/
H A Dremove.c21 status = _kern_remove_dir(-1, path);
/haiku/src/system/libroot/posix/unistd/
H A Ddirectory.c61 RETURN_AND_SET_ERRNO(_kern_remove_dir(-1, path));
H A Dlink.c75 RETURN_AND_SET_ERRNO(_kern_remove_dir(fd, path));
/haiku/src/tools/fs_shell/
H A Dsyscalls.h44 fssh_status_t _kern_remove_dir(int fd, const char *path);
H A Dfuse.cpp249 return _ERR(_kern_remove_dir(-1, path));
H A Dfssh.cpp592 error = _kern_remove_dir(dir, entry);
H A Dvfs.cpp5300 _kern_remove_dir(int fd, const char *path) function in namespace:FSShell
/haiku/src/kits/storage/
H A DEntry.cpp438 return _kern_remove_dir(fDirFd, fName);
/haiku/headers/private/system/
H A Dsyscalls.h285 extern status_t _kern_remove_dir(int fd, const char *path);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1254 void _kern_remove_dir() {} function
H A Dlibroot_stubs_legacy.c1174 void _kern_remove_dir() {} function
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8424 _kern_remove_dir(int fd, const char* path) function

Completed in 365 milliseconds