fs_fopen_attr
extern int fs_fopen_attr(int fd, const char *attribute, uint32 type,
extern int fs_fopen_attr(int fd, const char *attribute, uint32 type,
int attrFD = fs_fopen_attr(appFD, "COPYRIGHTS", B_STRING_TYPE, O_RDONLY);
int fromAttrFD = fs_fopen_attr(fromFileFD, fromAttr, fromInfo.type,
int toAttrFD = fs_fopen_attr(toFileFD, toAttr, fromInfo.type,
int fd = fs_fopen_attr(entryFD, attribute->Name(), attribute->Type(),
int attrFD = fs_fopen_attr(fd, attribute, type, O_RDONLY);
int attrFD = fs_fopen_attr(fd, attribute, type,
return fs_fopen_attr(localFD.FD(), attribute, type, openMode);
HIDDEN_FUNCTION(fs_fopen_attr);