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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp3809 common_access(char *path, int mode, bool kernel) function in namespace:FSShell
5460 return common_access(pathBuffer.LockBuffer(), mode, true);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp6601 common_access(int fd, char* path, int mode, bool effectiveUserGroup, bool kernel) function
8628 return common_access(fd, pathBuffer.LockBuffer(), mode, effectiveUserGroup,
9651 return common_access(fd, path, mode, effectiveUserGroup, false);

Completed in 95 milliseconds