Lines Matching full:gid
376 } else if (key == "gid") {
377 uint32_t gid = UINT32_MAX;
378 if (value.getAsInteger(0, gid))
380 match_info.GetProcessInfo().SetGroupID(gid);
387 uint32_t gid = UINT32_MAX;
388 if (value.getAsInteger(0, gid))
390 match_info.GetProcessInfo().SetEffectiveGroupID(gid);
453 // Packet format: "qGroupName:%i" where %i is the gid
455 uint32_t gid = packet.GetU32(UINT32_MAX);
456 if (gid != UINT32_MAX) {
458 HostInfo::GetUserIDResolver().GetGroupName(gid)) {
1211 "pid:%" PRIu64 ";ppid:%" PRIu64 ";uid:%i;gid:%i;euid:%i;egid:%i;",
1240 ";real-uid:%x;real-gid:%x;effective-uid:%x;effective-gid:%x;",