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

/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.cpp8839 _user_mount(const char* userPath, const char* userDevice, argument
8848 if (!IS_USER_ADDRESS(userPath))
8854 status = user_copy_name(path.LockBuffer(), userPath,
8909 _user_unmount(const char* userPath, uint32 flags) argument
8911 if (!IS_USER_ADDRESS(userPath))
8920 status_t status = user_copy_name(path, userPath, B_PATH_NAME_LENGTH);
9028 char* userPath, size_t pathLength)
9030 if (!IS_USER_ADDRESS(userPath))
9057 int length = user_strlcpy(userPath, path.Path(), pathLength);
9068 _user_normalize_path(const char* userPath, boo argument
9027 _user_entry_ref_to_path(dev_t device, ino_t inode, const char* leaf, char* userPath, size_t pathLength) argument
9125 _user_open(int fd, const char* userPath, int openMode, int perms) argument
9165 _user_open_dir(int fd, const char* userPath) argument
9356 _user_create_dir(int fd, const char* userPath, int perms) argument
9375 _user_remove_dir(int fd, const char* userPath) argument
9396 _user_read_link(int fd, const char* userPath, char* userBuffer, size_t* userBufferSize) argument
9444 _user_create_symlink(int fd, const char* userPath, const char* userToPath, int mode) argument
9469 _user_create_link(int pathFD, const char* userPath, int toFD, const char* userToPath, bool traverseLeafLink) argument
9499 _user_unlink(int fd, const char* userPath) argument
9543 _user_create_fifo(int fd, const char* userPath, mode_t perms) argument
9637 _user_access(int fd, const char* userPath, int mode, bool effectiveUserGroup) argument
9656 _user_read_stat(int fd, const char* userPath, bool traverseLink, struct stat* userStat, size_t statSize) argument
9705 _user_write_stat(int fd, const char* userPath, bool traverseLeafLink, const struct stat* userStat, size_t statSize, int statMask) argument
9759 _user_open_attr_dir(int fd, const char* userPath, bool traverseLeafLink) argument
9881 _user_open_attr(int fd, const char* userPath, const char* userName, uint32 type, int openMode) argument
10050 _user_setcwd(int fd, const char* userPath) argument
10073 _user_change_root(const char* userPath) argument
[all...]
/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/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/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.h268 const char *leaf, char *userPath, size_t pathLength);
269 extern status_t _kern_normalize_path(const char* userPath,
/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/system/kernel/
H A Dteam.cpp4036 _user_exec(const char* userPath, const char* const* userFlatArgs, argument
4043 if (!IS_USER_ADDRESS(userPath) || !IS_USER_ADDRESS(userFlatArgs)
4044 || user_strlcpy(path, userPath, sizeof(path)) < B_OK)

Completed in 164 milliseconds