Searched refs:fs_open_attr (Results 1 – 8 of 8) sorted by relevance
/haiku/headers/build/os/kernel/ |
H A D | fs_attr.h | 32 extern int fs_open_attr(const char *path, const char *attribute,
|
/haiku/headers/os/kernel/ |
H A D | fs_attr.h | 31 extern int fs_open_attr(const char *path, const char *attribute,
|
/haiku/src/system/libroot/os/ |
H A D | fs_attr.cpp | 97 fs_open_attr(const char *path, const char *attribute, uint32 type, int openMode) in fs_open_attr() function
|
H A D | find_paths.cpp | 399 int fd = fs_open_attr(path, attribute, B_STRING_TYPE, in get_file_attribute()
|
/haiku/src/build/libroot/ |
H A D | fs_attr_haiku.cpp | 123 return fs_open_attr(localFD.Path(), attribute, type, in _haiku_build_fs_fopen_attr()
|
/haiku/headers/build/ |
H A D | BeOSBuildCompatibility.h | 170 # define fs_open_attr _haiku_build_fs_open_attr macro
|
/haiku/src/system/libroot/stubbed/ |
H A D | libroot_stubs_legacy.c | 1730 void fs_open_attr() {} in fs_open_attr() function
|
H A D | libroot_stubs.c | 1781 void fs_open_attr() {} in fs_open_attr() function
|