Symbol: get_path
src/build/libroot/fs.cpp
1018
status_t error = get_path(fd, path, realPath);
src/build/libroot/fs.cpp
1035
status_t error = get_path(fd, path, realPath);
src/build/libroot/fs.cpp
1071
status_t error = get_path(fd, path, realPath);
src/build/libroot/fs.cpp
1088
status_t error = get_path(oldDir, oldPath, realOldPath);
src/build/libroot/fs.cpp
1093
error = get_path(newDir, newPath, realNewPath);
src/build/libroot/fs.cpp
198
static status_t get_path(dev_t device, ino_t node, const char *name,
src/build/libroot/fs.cpp
428
return ::get_path(&ref, name, path);
src/build/libroot/fs.cpp
431
return ::get_path((NodeRef*)NULL, name, path);
src/build/libroot/fs.cpp
442
return get_path(&ref, name, path);
src/build/libroot/fs.cpp
465
status_t error = get_path(device, node, leaf, path);
src/build/libroot/fs.cpp
485
status_t error = get_path(fd, path, realPath);
src/build/libroot/fs.cpp
503
status_t error = get_path(device, node, name, realPath);
src/build/libroot/fs.cpp
550
status_t error = get_path(fd, path, realPath);
src/build/libroot/fs.cpp
563
status_t error = get_path(device, node, name, realPath);
src/build/libroot/fs.cpp
576
status_t error = get_path(fd, NULL, realPath);
src/build/libroot/fs.cpp
706
status_t error = get_path(fd, path, realPath);
src/build/libroot/fs.cpp
720
status_t error = get_path(device, node, name, realPath);
src/build/libroot/fs.cpp
849
status_t error = get_path(fd, path, realPath);
src/build/libroot/fs.cpp
884
error = get_path(fd, path, realPath);
src/build/libroot/fs.cpp
903
error = get_path(fd, NULL, realPath);
src/build/libroot/fs_attr_generic.cpp
372
bool pathValid = (get_path(fd, NULL, path) == B_OK);
src/build/libroot/fs_attr_generic.cpp
435
bool pathValid = (get_path(fd, NULL, path) == B_OK);
src/build/libroot/fs_attr_generic.cpp
696
error = get_path(fd, path, realPath);
src/build/libroot/fs_attr_haiku.cpp
279
status_t error = get_path(fd, path, realPath);
src/build/libroot/fs_attr_untyped.cpp
729
status_t error = get_path(fd, path, realPath);
src/build/libroot/fs_darwin.cpp
131
if (get_path(fd, path, fullPath) < 0)
src/build/libroot/fs_darwin.cpp
167
if (get_path(fd, path, fullPath) < 0)
src/build/libroot/fs_darwin.cpp
20
static int get_path(int fd, const char* path, char fullPath[]);
src/build/libroot/fs_darwin.cpp
205
if (get_path(fd, path, fullPath) < 0)
src/build/libroot/fs_darwin.cpp
263
if (get_path(fd, path, fullPath) < 0)
src/build/libroot/fs_darwin.cpp
286
if (get_path(fd, path, fullPath) < 0)
src/build/libroot/fs_darwin.cpp
308
if (get_path(fd, path, fullPath) < 0)
src/build/libroot/fs_darwin.cpp
330
if (get_path(fd, path, fullPath) < 0)
src/build/libroot/fs_darwin.cpp
362
if (get_path(oldFD, oldPath, oldFullPath) < 0)
src/build/libroot/fs_darwin.cpp
374
if (get_path(newFD, newPath, newFullPath) < 0)
src/build/libroot/fs_darwin.cpp
398
if (get_path(fd, path, fullPath) < 0)
src/build/libroot/fs_darwin.cpp
421
if (get_path(fd, newPath, newFullPath) < 0)
src/build/libroot/fs_darwin.cpp
449
if (get_path(fd, path, fullPath) < 0)
src/build/libroot/fs_darwin.cpp
493
if (get_path(oldFD, oldPath, oldFullPath) < 0)
src/build/libroot/fs_darwin.cpp
505
if (get_path(newFD, newPath, newFullPath) < 0)
src/build/libroot/fs_darwin.cpp
529
if (get_path(fd, path, fullPath) < 0)
src/build/libroot/fs_descriptors.cpp
191
status_t error = get_path(fd, NULL, path);
src/build/libroot/fs_descriptors.cpp
209
status_t error = get_path(fd, NULL, realPath);
src/build/libroot/fs_descriptors.cpp
80
return get_path(fd, NULL, path);
src/build/libroot/fs_impl.h
12
status_t get_path(int fd, const char *name, std::string &path);
src/system/libroot/posix/unistd/hostname.cpp
44
if (get_path(path, false) != B_OK) {
src/system/libroot/posix/unistd/hostname.cpp
72
if (get_path(path, false) != B_OK) {