Searched refs:attr_open (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/kernel/fs/
H A Dvfs.cpp6860 attr_open(int fd, char* path, const char* name, int openMode, bool kernel) function
8117 int attrFD = attr_open(fd, NULL, attribute, O_RDONLY, true);
8767 return attr_open(fd, pathBuffer.LockBuffer(), name, openMode, true);
9793 int attr = attr_open(fd, NULL, attribute, O_RDONLY, false);
9847 int attr = attr_open(fd, NULL, attribute, O_RDONLY, false);
9911 return attr_open(fd, userPath ? path : NULL, name, openMode, false);
/haiku/src/tools/fs_shell/
H A Dvfs.cpp4068 attr_open(int fd, const char *name, int openMode, bool kernel) function in namespace:FSShell
5622 return attr_open(fd, name, openMode, true);

Completed in 95 milliseconds