Searched refs:effectiveUserGroup (Results 1 - 3 of 3) sorted by relevance

/haiku/headers/private/kernel/
H A Dvfs.h211 bool effectiveUserGroup);
/haiku/headers/private/system/
H A Dsyscalls.h298 bool effectiveUserGroup);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp6539 common_access(int fd, char* path, int mode, bool effectiveUserGroup, bool kernel) argument
6543 // TODO: honor effectiveUserGroup argument
8560 _kern_access(int fd, const char* path, int mode, bool effectiveUserGroup) argument
8566 return common_access(fd, pathBuffer.LockBuffer(), mode, effectiveUserGroup,
9575 _user_access(int fd, const char* userPath, int mode, bool effectiveUserGroup) argument
9589 return common_access(fd, path, mode, effectiveUserGroup, false);

Completed in 112 milliseconds