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

/haiku/src/system/kernel/fs/
H A Dvfs.cpp9382 _user_create_symlink(int fd, const char* userPath, const char* userToPath, argument
9393 if (!IS_USER_ADDRESS(userPath) || !IS_USER_ADDRESS(userToPath))
9398 status = user_copy_name(toPath, userToPath, B_PATH_NAME_LENGTH);
9408 const char* userToPath, bool traverseLeafLink)
9418 if (!IS_USER_ADDRESS(userPath) || !IS_USER_ADDRESS(userToPath))
9423 status = user_copy_name(toPath, userToPath, B_PATH_NAME_LENGTH);
9407 _user_create_link(int pathFD, const char* userPath, int toFD, const char* userToPath, bool traverseLeafLink) argument

Completed in 58 milliseconds