Searched defs:attrFD (Results 1 - 5 of 5) sorted by relevance

/haiku/src/build/libroot/
H A Dfs_attr_generic.cpp498 int attrFD = open(attrPath.c_str(), openMode, S_IRWXU | S_IRWXG | S_IRWXO); local
546 int attrFD = fs_fopen_attr(fd, attribute, type, O_RDONLY); local
571 int attrFD local
[all...]
/haiku/src/tools/fs_shell/
H A Dcommand_cp.cpp563 int attrFD = _kern_open_attr(fFD, name, FSSH_O_RDONLY); local
589 int attrFD = _kern_open_attr(fFD, name, FSSH_O_RDONLY); local
606 int attrFD = _kern_create_attr(fFD, name, type, FSSH_O_WRONLY); local
[all...]
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp825 int attrFD = open_attributes(cddbID, device, O_RDONLY, local
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp2125 int attrFD = fs_fopen_attr(appFD, "COPYRIGHTS", B_STRING_TYPE, O_RDONLY); local
/haiku/src/system/kernel/fs/
H A Dvfs.cpp8055 int attrFD = attr_open(fd, NULL, attribute, O_RDONLY, true); local

Completed in 82 milliseconds