Searched refs:fs_fopen_attr (Results 1 - 14 of 14) sorted by relevance

/haiku/headers/os/kernel/
H A Dfs_attr.h33 extern int fs_fopen_attr(int fd, const char *attribute, uint32 type,
/haiku/headers/build/os/kernel/
H A Dfs_attr.h34 extern int fs_fopen_attr(int fd, const char *attribute, uint32 type,
/haiku/src/bin/
H A Dmvattr.cpp75 int fromAttrFD = fs_fopen_attr(fromFileFD, fromAttr, fromInfo.type,
82 int toAttrFD = fs_fopen_attr(toFileFD, toAttr, fromInfo.type,
/haiku/src/system/libroot/os/
H A Dfs_attr.cpp111 fs_fopen_attr(int fd, const char* attribute, uint32 type, int openMode) function
/haiku/src/build/libroot/
H A Dfunction_remapper.cpp333 fs_fopen_attr(int fd, const char *attribute, uint32 type, int openMode) function
335 HIDDEN_FUNCTION(fs_fopen_attr);
H A Dfs_attr_generic.cpp475 // fs_fopen_attr
477 fs_fopen_attr(int fd, const char *attribute, uint32 type, int openMode) function
546 int attrFD = fs_fopen_attr(fd, attribute, type, O_RDONLY);
571 int attrFD = fs_fopen_attr(fd, attribute, type,
H A Dfs_attr_haiku.cpp106 // fs_fopen_attr
126 return fs_fopen_attr(localFD.FD(), attribute, type, openMode);
H A Dfs_attr_untyped.cpp405 // fs_fopen_attr
407 fs_fopen_attr(int fd, const char *attribute, uint32 type, int openMode) function
/haiku/src/libs/gnu/
H A Dxattr.cpp150 int attributeFD = fs_fopen_attr(fFileFD, attributeName.name,
/haiku/headers/build/
H A DBeOSBuildCompatibility.h171 # define fs_fopen_attr _haiku_build_fs_fopen_attr macro
/haiku/src/bin/package/
H A Dcommand_extract.cpp586 int fd = fs_fopen_attr(entryFD, attribute->Name(), attribute->Type(),
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1770 void fs_fopen_attr() {} function
H A Dlibroot_stubs_legacy.c1717 void fs_fopen_attr() {} function
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp2125 int attrFD = fs_fopen_attr(appFD, "COPYRIGHTS", B_STRING_TYPE, O_RDONLY);

Completed in 403 milliseconds