Searched refs:userPath (Results 1 - 9 of 9) sorted by last modified time

/haiku/src/system/kernel/fs/
H A Dvfs.cpp8781 _user_mount(const char* userPath, const char* userDevice, argument
8790 if (!IS_USER_ADDRESS(userPath))
8796 status = user_copy_name(path.LockBuffer(), userPath,
8851 _user_unmount(const char* userPath, uint32 flags) argument
8853 if (!IS_USER_ADDRESS(userPath))
8862 status_t status = user_copy_name(path, userPath, B_PATH_NAME_LENGTH);
8970 char* userPath, size_t pathLength)
8972 if (!IS_USER_ADDRESS(userPath))
8999 int length = user_strlcpy(userPath, path.Path(), pathLength);
9010 _user_normalize_path(const char* userPath, boo argument
8969 _user_entry_ref_to_path(dev_t device, ino_t inode, const char* leaf, char* userPath, size_t pathLength) argument
9067 _user_open(int fd, const char* userPath, int openMode, int perms) argument
9107 _user_open_dir(int fd, const char* userPath) argument
9298 _user_create_dir(int fd, const char* userPath, int perms) argument
9317 _user_remove_dir(int fd, const char* userPath) argument
9338 _user_read_link(int fd, const char* userPath, char* userBuffer, size_t* userBufferSize) argument
9386 _user_create_symlink(int fd, const char* userPath, const char* userToPath, int mode) argument
9411 _user_create_link(int pathFD, const char* userPath, int toFD, const char* userToPath, bool traverseLeafLink) argument
9441 _user_unlink(int fd, const char* userPath) argument
9485 _user_create_fifo(int fd, const char* userPath, mode_t perms) argument
9579 _user_access(int fd, const char* userPath, int mode, bool effectiveUserGroup) argument
9598 _user_read_stat(int fd, const char* userPath, bool traverseLink, struct stat* userStat, size_t statSize) argument
9647 _user_write_stat(int fd, const char* userPath, bool traverseLeafLink, const struct stat* userStat, size_t statSize, int statMask) argument
9701 _user_open_attr_dir(int fd, const char* userPath, bool traverseLeafLink) argument
9823 _user_open_attr(int fd, const char* userPath, const char* userName, uint32 type, int openMode) argument
9992 _user_setcwd(int fd, const char* userPath) argument
10015 _user_change_root(const char* userPath) argument
[all...]
/haiku/headers/private/system/
H A Dsyscalls.h266 const char *leaf, char *userPath, size_t pathLength);
267 extern status_t _kern_normalize_path(const char* userPath,
/haiku/src/system/kernel/
H A Dteam.cpp4009 _user_exec(const char* userPath, const char* const* userFlatArgs, argument
4016 if (!IS_USER_ADDRESS(userPath) || !IS_USER_ADDRESS(userFlatArgs)
4017 || user_strlcpy(path, userPath, sizeof(path)) < B_OK)
/haiku/src/build/libroot/
H A Dfs.cpp461 char *userPath, size_t pathLength)
470 if (strlcpy(userPath, path.c_str(), pathLength) >= pathLength)
460 _kern_entry_ref_to_path(dev_t device, ino_t node, const char *leaf, char *userPath, size_t pathLength) argument
/haiku/headers/build/private/kernel/
H A Dsyscalls.h55 const char *leaf, char *userPath, size_t pathLength);
/haiku/src/kits/interface/
H A DDecorInfo.cpp426 BPath userPath; local
427 result = find_directory(B_USER_ADDONS_DIRECTORY, &userPath);
429 result = userPath.Append("decorators");
432 BDirectory userDirectory(userPath.Path());
/haiku/headers/private/kernel/
H A Dvfs.h175 char *userPath, size_t pathLength);
176 status_t _user_normalize_path(const char* userPath, bool traverseLink,
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp512 BString userPath; local
513 while (settings.FindString("path", ++i, &userPath) == B_OK) {
514 _AddItemToPathMenu(userPath.String(), userPath, 3,
515 userPath == lastSelectedPath);
/haiku/src/tools/fs_shell/
H A Dsyscalls.h29 const char *leaf, char *userPath, fssh_size_t pathLength);

Completed in 171 milliseconds