Searched defs:userPath (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/interface/
H A DDecorInfo.cpp426 BPath userPath; local
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp512 BString userPath; local
/haiku/src/build/libroot/
H A Dfs.cpp460 _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.cpp4009 _user_exec(const char* userPath, const char* const* userFlatArgs, argument
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8777 _user_mount(const char* userPath, const char* userDevice, argument
8847 _user_unmount(const char* userPath, uint32 flags) argument
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...]

Completed in 74 milliseconds