| /system/logging/logd/binder/android/os/ | 
| D | ILogd.aidl | 30     void approve(in int uid, in int gid, in int pid, in int fd);  in approve()41     void decline(in int uid, in int gid, in int pid, in int fd);  in decline()
 
 | 
| /system/logging/logd/ | 
| D | LogdNativeService.cpp | 22 android::binder::Status LogdNativeService::approve(int32_t uid, int32_t gid, int32_t pid,  in approve()28 android::binder::Status LogdNativeService::decline(int32_t uid, int32_t gid, int32_t pid,  in decline()
 
 | 
| D | LogPermissions.cpp | 57 static bool checkSupplementaryGroup(uid_t uid, gid_t gid, pid_t pid, gid_t gidToCheck) {  in checkSupplementaryGroup()129 bool clientCanWriteSecurityLog(uid_t uid, gid_t gid, pid_t pid) {  in clientCanWriteSecurityLog()
 137 bool clientHasLogCredentials(uid_t uid, gid_t gid, pid_t pid) {  in clientHasLogCredentials()
 177     for (const auto& gid : supplemental_groups) {  in clientHasLogCredentials()  local
 
 | 
| D | LogReaderThread.h | 38     gid_t gid;  member79     void set_pending_reader_thread_key(uid_t uid, gid_t gid, pid_t pid, int32_t fd)  in set_pending_reader_thread_key()
 
 | 
| D | LogReaderList.cpp | 56 bool LogReaderList::HandlePendingThread(uid_t uid, gid_t gid, pid_t pid, int32_t fd, bool approve) {  in HandlePendingThread()
 | 
| /system/extras/su/ | 
| D | su.cpp | 29 void pwtoid(const char* tok, uid_t* uid, gid_t* gid) {  in pwtoid()44 void extract_uidgids(const char* uidgids, uid_t* uid, gid_t* gid, gid_t* gids, int* gids_count) {  in extract_uidgids()
 102     gid_t gid = 0;  in main()  local
 
 | 
| /system/core/sdcard/ | 
| D | sdcard.cpp | 92 static void drop_privs(uid_t uid, gid_t gid) {  in drop_privs()102                            uid_t fsuid, gid_t fsgid, bool multi_user, userid_t userid, gid_t gid,  in sdcardfs_setup()
 133                                         gid_t gid, mode_t mask) {  in sdcardfs_setup_bind_remount()
 156                                      gid_t gid, mode_t mask, bool derive_gid, bool default_normal,  in sdcardfs_setup_secondary()
 167                          gid_t gid, userid_t userid, bool multi_user, bool full_write,  in run_sdcardfs()
 239     gid_t gid = 0;  in main()  local
 
 | 
| /system/core/libprocessgroup/profiles/ | 
| D | cgroups.proto | 33     string gid = 5 [json_name = "GID"];  field46     string gid = 4 [json_name = "GID"];  field
 
 | 
| /system/core/libcutils/ | 
| D | fs.cpp | 42 static int fs_prepare_path_impl(const char* path, mode_t mode, uid_t uid, gid_t gid,  in fs_prepare_path_impl()115 int fs_prepare_dir(const char* path, mode_t mode, uid_t uid, gid_t gid) {  in fs_prepare_dir()
 119 int fs_prepare_dir_strict(const char* path, mode_t mode, uid_t uid, gid_t gid) {  in fs_prepare_dir_strict()
 123 int fs_prepare_file_strict(const char* path, mode_t mode, uid_t uid, gid_t gid) {  in fs_prepare_file_strict()
 
 | 
| D | fs_config.h | 26     uint16_t gid;  member34     unsigned gid;  member
 
 | 
| D | canned_fs_config.cpp | 43     unsigned gid;  member110                       [[maybe_unused]] const char* target_out_path, unsigned* uid, unsigned* gid,  in canned_fs_config()
 
 | 
| /system/bpf/progs/include/test/ | 
| D | mock_bpf_helpers.h | 56 #define DEFINE_BPF_MAP_GWO(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries, gid) \  argument59 #define DEFINE_BPF_MAP_GRO(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries, gid) \  argument
 62 #define DEFINE_BPF_MAP_GRW(the_map, TYPE, TypeOfKey, TypeOfValue, num_entries, gid) \  argument
 
 | 
| /system/core/libprocessgroup/setup/ | 
| D | cgroup_descriptor.h | 33     std::string gid() const { return gid_; }  in gid()  function
 | 
| D | cgroup_map_write.cpp | 61                                   const std::string& gid, bool permissive_mode = false) {  in ChangeDirModeAndOwner()116                   const std::string& gid) {  in Mkdir()
 411                                    const std::string& gid, uint32_t flags = 0)  in CgroupDescriptor()
 
 | 
| /system/bpfprogs/ | 
| D | fuseMedia.c | 45             uint32_t gid = uid_gid >> 32;  variable
 | 
| /system/core/init/ | 
| D | devices.h | 47     gid_t gid() const { return gid_; }  in gid()  function67                      gid_t gid, bool no_fnm_pathname)  in SysfsPermissions()
 
 | 
| D | firmware_handler.h | 39     gid_t gid;  member
 | 
| D | service_utils.h | 61     gid_t gid = 0;  member95     gid_t gid;  member
 
 | 
| D | ueventd_test.cpp | 73     gid_t gid = 0;  in TEST()  local80     WriteFromMultipleThreads(files_and_gids, [](gid_t gid) { EXPECT_EQ(0, setegid(gid)); });  in TEST()
 
 | 
| D | ueventd_parser.cpp | 71     gid_t gid = grp->gr_gid;  in ParsePermissionsLine()  local120     gid_t gid = 0;  in ParseExternalFirmwareHandlerLine()  local
 
 | 
| D | util.h | 78     gid_t gid;  member
 | 
| /system/security/keystore2/tests/ | 
| D | keystore2_client_operation_tests.rs | 280     let gid = USER_ID * AID_USER_OFFSET + APPLICATION_ID;  in keystore2_ops_prune_test()  localVariable377     let gid = USER_ID * AID_USER_OFFSET + APPLICATION_ID;  in keystore2_forced_op_perm_denied_test()  localVariable
 407     let gid = USER_ID * AID_USER_OFFSET + APPLICATION_ID;  in keystore2_forced_op_success_test()  localVariable
 
 | 
| /system/vold/ | 
| D | vold_prepare_subdirs.cpp | 57 static bool prepare_dir_for_user(struct selabel_handle* sehandle, mode_t mode, uid_t uid, gid_t gid,  in prepare_dir_for_user()109 static bool prepare_dir(struct selabel_handle* sehandle, mode_t mode, uid_t uid, gid_t gid,  in prepare_dir()
 
 | 
| /system/libprocinfo/include/procinfo/ | 
| D | process.h | 58   uid_t gid;  member
 | 
| /system/nfc/src/fuzzers/integration/fakes/ | 
| D | hal_fakes.cc | 36 void FakeHal::SimulatePacketArrival(uint8_t mt, uint8_t pbf, uint8_t gid,  in SimulatePacketArrival()
 |