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

/haiku/src/build/libroot/
H A Dfs_impl.h12 status_t get_path(int fd, const char *name, std::string &path);
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[]) function
131 if (get_path(fd, path, fullPath) < 0)
167 if (get_path(fd, path, fullPath) < 0)
205 if (get_path(fd, path, fullPath) < 0)
263 if (get_path(fd, path, fullPath) < 0)
286 if (get_path(fd, path, fullPath) < 0)
308 if (get_path(fd, path, fullPath) < 0)
330 if (get_path(fd, path, fullPath) < 0)
362 if (get_path(oldF
[all...]
H A Dfs.cpp198 static status_t get_path(dev_t device, ino_t node, const char *name,
349 // get_path
351 get_path(const NodeRef *ref, const char *name, string &path) function
399 // get_path
401 BPrivate::get_path(int fd, const char *name, string &path) function in class:BPrivate
428 return ::get_path(&ref, name, path);
431 return ::get_path((NodeRef*)NULL, name, path);
434 // get_path
436 get_path(dev_t device, ino_t directory, const char *name, string &path) function
442 return get_path(
[all...]
H A Dfs_descriptors.cpp80 return get_path(fd, NULL, path);
191 status_t error = get_path(fd, NULL, path);
209 status_t error = get_path(fd, NULL, realPath);
H A Dfs_attr_generic.cpp371 bool pathValid = (get_path(fd, NULL, path) == B_OK);
434 bool pathValid = (get_path(fd, NULL, path) == B_OK);
695 error = get_path(fd, path, realPath);
H A Dfs_attr_haiku.cpp279 status_t error = get_path(fd, path, realPath);
H A Dfs_attr_untyped.cpp687 status_t error = get_path(fd, path, realPath);
/haiku/src/system/kernel/util/
H A Dhostname.cpp20 get_path(char *path, bool create) function
39 if (get_path(path, false) != B_OK) {
67 if (get_path(path, false) != B_OK) {
/haiku/src/system/libroot/posix/unistd/
H A Dhostname.cpp20 get_path(char *path, bool create) function
39 if (get_path(path, false) != B_OK) {
68 if (get_path(path, false) != B_OK) {

Completed in 165 milliseconds