Searched refs:_kern_unlink (Results 1 - 15 of 15) sorted by path

/haiku/src/build/libbe/storage/
H A DEntry.cpp760 return _kern_unlink(fDirFd, fName);
/haiku/src/kits/storage/
H A DEntry.cpp440 return _kern_unlink(fDirFd, fName);
/haiku/src/system/libroot/posix/stdio/
H A Dremove.c19 int status = _kern_unlink(-1, path);
/haiku/src/tools/fs_shell/
H A Dsyscalls.h50 fssh_status_t _kern_unlink(int fd, const char *path);
H A Dcommand_cp.cpp859 return _kern_unlink(-1, path);
H A Dfssh.cpp600 error = _kern_unlink(dir, entry);
915 error = _kern_unlink(-1, target);
H A Dfuse.cpp241 return _ERR(_kern_unlink(-1, path));
H A Dvfs.cpp5411 _kern_unlink(int fd, const char *path) function in namespace:FSShell
/haiku/headers/build/private/kernel/
H A Dsyscalls.h32 #define _kern_unlink _kernbuild_unlink macro
74 extern status_t _kern_unlink(int fd, const char *path);
/haiku/headers/private/system/
H A Dsyscalls.h292 extern status_t _kern_unlink(int fd, const char *path);
/haiku/src/build/libroot/
H A Dfs.cpp1065 // _kern_unlink
1067 _kern_unlink(int fd, const char *path) function
1444 RETURN_AND_SET_ERRNO(_kern_unlink(fd, path));
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8518 _kern_unlink(int fd, const char* path) function
/haiku/src/system/libroot/posix/unistd/
H A Dlink.c65 int status = _kern_unlink(-1, path);
77 RETURN_AND_SET_ERRNO(_kern_unlink(fd, path));
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1336 void _kern_unlink() {} function
H A Dlibroot_stubs_legacy.c1256 void _kern_unlink() {} function

Completed in 188 milliseconds