Searched refs:common_create_symlink (Results 1 – 2 of 2) sorted by relevance
/haiku/src/tools/fs_shell/ |
H A D | vfs.cpp | 3722 common_create_symlink(int fd, char *path, const char *toPath, int mode, in common_create_symlink() function 5378 return common_create_symlink(fd, pathBuffer.LockBuffer(), in _kern_create_symlink()
|
/haiku/src/system/kernel/fs/ |
H A D | vfs.cpp | 6511 common_create_symlink(int fd, char* path, const char* toPath, int mode, in common_create_symlink() function 8538 return common_create_symlink(fd, pathBuffer.LockBuffer(), in _kern_create_symlink() 9455 return common_create_symlink(fd, path, toPath, mode, false); in _user_create_symlink()
|