/haiku/headers/build/private/kernel/ |
H A D | syscalls.h | 31 #define _kern_create_symlink _kernbuild_create_symlink macro 72 extern status_t _kern_create_symlink(int fd, const char *path,
|
/haiku/src/system/libroot/posix/unistd/ |
H A D | link.c | 56 RETURN_AND_SET_ERRNO(_kern_create_symlink(fd, symlinkPath, toPath, 0)); in symlinkat()
|
/haiku/src/system/kernel/fs/ |
H A D | vfs_boot.cpp | 460 _kern_create_symlink(-1, sPredefinedLinks[i].path, in vfs_bootstrap_file_systems() 523 _kern_create_symlink(-1, path, "/boot", 0777); in vfs_mount_boot_file_system()
|
H A D | vfs.cpp | 8532 _kern_create_symlink(int fd, const char* path, const char* toPath, int mode) in _kern_create_symlink() function
|
/haiku/src/tools/fs_shell/ |
H A D | syscalls.h | 47 fssh_status_t _kern_create_symlink(int fd, const char *path,
|
H A D | fuse.cpp | 232 return _ERR(_kern_create_symlink(-1, to, from, in fuse_symlink()
|
H A D | command_cp.cpp | 828 fssh_status_t error = _kern_create_symlink(-1, path, linkTo, in CreateSymLink()
|
H A D | fssh.cpp | 925 error = _kern_create_symlink(-1, target, source, in command_ln()
|
H A D | vfs.cpp | 5365 _kern_create_symlink(int fd, const char *path, const char *toPath, int mode) in _kern_create_symlink() function
|
/haiku/src/kits/storage/ |
H A D | Directory.cpp | 465 status_t error = _kern_create_symlink(fDirFd, path, linkToPath, in CreateSymLink()
|
/haiku/src/build/libbe/storage/ |
H A D | Directory.cpp | 445 status_t error = _kern_create_symlink(fDirFd, path, linkToPath, in CreateSymLink()
|
/haiku/src/build/libroot/ |
H A D | fs.cpp | 1013 _kern_create_symlink(int fd, const char *path, const char *toPath, int mode) in _kern_create_symlink() function 1469 RETURN_AND_SET_ERRNO(_kern_create_symlink(fd, symlinkPath, toPath, in _haiku_build_symlinkat()
|
/haiku/headers/private/system/ |
H A D | syscalls.h | 290 extern status_t _kern_create_symlink(int fd, const char *path,
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 1037 void _kern_create_symlink() {} in _kern_create_symlink() function
|
H A D | libroot_stubs.c | 1108 void _kern_create_symlink() {} in _kern_create_symlink() function
|