Home
last modified time | relevance | path

Searched refs:userToPath (Results 1 – 1 of 1) sorted by relevance

/haiku/src/system/kernel/fs/
H A Dvfs.cpp9435 _user_create_symlink(int fd, const char* userPath, const char* userToPath, in _user_create_symlink() argument
9446 if (!IS_USER_ADDRESS(userPath) || !IS_USER_ADDRESS(userToPath)) in _user_create_symlink()
9451 status = user_copy_name(toPath, userToPath, B_PATH_NAME_LENGTH); in _user_create_symlink()
9461 const char* userToPath, bool traverseLeafLink) in _user_create_link() argument
9471 if (!IS_USER_ADDRESS(userPath) || !IS_USER_ADDRESS(userToPath)) in _user_create_link()
9476 status = user_copy_name(toPath, userToPath, B_PATH_NAME_LENGTH); in _user_create_link()