Searched refs:userPath (Results 1 - 9 of 9) sorted by path

/haiku/src/tools/fs_shell/
H A Dsyscalls.h29 const char *leaf, char *userPath, fssh_size_t pathLength);
/haiku/headers/build/private/kernel/
H A Dsyscalls.h55 const char *leaf, char *userPath, size_t pathLength);
/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/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/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/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/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/src/system/kernel/fs/
H A Dvfs.cpp8777 _user_mount(const char* userPath, const char* userDevice, argument
8786 if (!IS_USER_ADDRESS(userPath))
8792 status = user_copy_name(path.LockBuffer(), userPath,
8847 _user_unmount(const char* userPath, uint32 flags) argument
8849 if (!IS_USER_ADDRESS(userPath))
8858 status_t status = user_copy_name(path, userPath, B_PATH_NAME_LENGTH);
8966 char* userPath, size_t pathLength)
8968 if (!IS_USER_ADDRESS(userPath))
8995 int length = user_strlcpy(userPath, path.Path(), pathLength);
9006 _user_normalize_path(const char* userPath, boo argument
8965 _user_entry_ref_to_path(dev_t device, ino_t inode, const char* leaf, char* userPath, size_t pathLength) argument
9063 _user_open(int fd, const char* userPath, int openMode, int perms) argument
9103 _user_open_dir(int fd, const char* userPath) argument
9294 _user_create_dir(int fd, const char* userPath, int perms) argument
9313 _user_remove_dir(int fd, const char* userPath) argument
9334 _user_read_link(int fd, const char* userPath, char* userBuffer, size_t* userBufferSize) argument
9382 _user_create_symlink(int fd, const char* userPath, const char* userToPath, int mode) argument
9407 _user_create_link(int pathFD, const char* userPath, int toFD, const char* userToPath, bool traverseLeafLink) argument
9437 _user_unlink(int fd, const char* userPath) argument
9481 _user_create_fifo(int fd, const char* userPath, mode_t perms) argument
9575 _user_access(int fd, const char* userPath, int mode, bool effectiveUserGroup) argument
9594 _user_read_stat(int fd, const char* userPath, bool traverseLink, struct stat* userStat, size_t statSize) argument
9643 _user_write_stat(int fd, const char* userPath, bool traverseLeafLink, const struct stat* userStat, size_t statSize, int statMask) argument
9697 _user_open_attr_dir(int fd, const char* userPath, bool traverseLeafLink) argument
9819 _user_open_attr(int fd, const char* userPath, const char* userName, uint32 type, int openMode) argument
9988 _user_setcwd(int fd, const char* userPath) argument
10011 _user_change_root(const char* userPath) argument
[all...]
/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)

Completed in 284 milliseconds