Home
last modified time | relevance | path

Searched refs:get_path (Results 1 – 9 of 9) sorted by relevance

/haiku/src/build/libroot/
H A Dfs_darwin.cpp20 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 Dfs.cpp198 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 Dfs_impl.h12 status_t get_path(int fd, const char *name, std::string &path);
H A Dfs_descriptors.cpp80 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 Dfs_attr_generic.cpp371 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 Dfs_attr_haiku.cpp279 status_t error = get_path(fd, path, realPath); in _kern_open_attr_dir()
H A Dfs_attr_untyped.cpp728 status_t error = get_path(fd, path, realPath); in _kern_open_attr_dir()
/haiku/src/system/kernel/util/
H A Dhostname.cpp20 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 Dhostname.cpp20 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()