Searched refs:fGID (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DNode.h71 inline void SetGID(uid_t gid) { fGID = gid; MarkModified(B_STAT_GID); }
72 inline uid_t GetGID() const { return fGID; }
120 uid_t fGID; member in class:Node
H A DNode.cpp38 fGID(0),
173 else if (is_user_in_group(fGID))
/haiku/src/servers/registrar/
H A DAuthenticationManager.cpp117 fGID(0),
132 fGID(gid),
151 fGID(other.fGID),
193 fGID = intValue;
243 passwd.pw_gid = fGID;
274 || (error = message.AddInt32("gid", fGID)) != B_OK
306 fName.c_str(), fPassword.c_str(), (int)fUID, (int)fGID,
329 gid_t fGID; member in class:AuthenticationManager::User
350 fGID(
469 gid_t fGID; member in class:AuthenticationManager::Group
[all...]
/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp90 fGID = getegid();
117 if (gid == fGID && (fPermissions & S_IWGRP) != 0)
148 gid_t fGID; member in class:__anon17::NamedSem

Completed in 49 milliseconds