/haiku/src/build/libroot/ |
H A D | fs_darwin.cpp | 20 static int get_path(int fd, const char* path, char fullPath[]); 25 get_path(int fd, const char* path, char fullPath[]) in get_path() function 131 if (get_path(fd, path, fullPath) < 0) in faccessat() 167 if (get_path(fd, path, fullPath) < 0) in fchmodat() 205 if (get_path(fd, path, fullPath) < 0) in fchownat() 263 if (get_path(fd, path, fullPath) < 0) in fstatat() 286 if (get_path(fd, path, fullPath) < 0) in mkdirat() 308 if (get_path(fd, path, fullPath) < 0) in mkfifoat() 330 if (get_path(fd, path, fullPath) < 0) in mknodat() 362 if (get_path(oldFD, oldPath, oldFullPath) < 0) in renameat() [all …]
|
H A D | fs.cpp | 198 static status_t get_path(dev_t device, ino_t node, const char *name, 351 get_path(const NodeRef *ref, const char *name, string &path) in get_path() function 401 BPrivate::get_path(int fd, const char *name, string &path) in get_path() function in BPrivate 428 return ::get_path(&ref, name, path); in get_path() 431 return ::get_path((NodeRef*)NULL, name, path); in get_path() 436 get_path(dev_t device, ino_t directory, const char *name, string &path) in get_path() function 442 return get_path(&ref, name, path); in get_path() 465 status_t error = get_path(device, node, leaf, path); in _kern_entry_ref_to_path() 485 status_t error = get_path(fd, path, realPath); in _kern_create_dir() 503 status_t error = get_path(device, node, name, realPath); in _kern_create_dir_entry_ref() [all …]
|
H A D | fs_impl.h | 12 status_t get_path(int fd, const char *name, std::string &path);
|
H A D | fs_descriptors.cpp | 80 return get_path(fd, NULL, path); in GetPath() 191 status_t error = get_path(fd, NULL, path); in Dup() 209 status_t error = get_path(fd, NULL, realPath); in GetStat()
|
H A D | fs_attr_generic.cpp | 371 bool pathValid = (get_path(fd, NULL, path) == B_OK); in get_attribute_path_virtual_fd() 434 bool pathValid = (get_path(fd, NULL, path) == B_OK); in fs_fopen_attr_dir() 695 error = get_path(fd, path, realPath); in _kern_open_attr_dir()
|
H A D | fs_attr_haiku.cpp | 279 status_t error = get_path(fd, path, realPath); in _kern_open_attr_dir()
|
H A D | fs_attr_untyped.cpp | 728 status_t error = get_path(fd, path, realPath); in _kern_open_attr_dir()
|
/haiku/src/system/kernel/util/ |
H A D | hostname.cpp | 20 get_path(char *path, bool create) in get_path() function 39 if (get_path(path, false) != B_OK) { in sethostname() 67 if (get_path(path, false) != B_OK) { in gethostname()
|
/haiku/src/system/libroot/posix/unistd/ |
H A D | hostname.cpp | 20 get_path(char *path, bool create) in get_path() function 39 if (get_path(path, false) != B_OK) { in sethostname() 68 if (get_path(path, false) != B_OK) { in gethostname()
|