Searched refs:SetEffectiveGroupID (Results 1 – 11 of 11) sorted by relevance
139 process_info.SetEffectiveGroupID(proc_kinfo.ki_groups[0]); in GetFreeBSDProcessUserAndGroup()141 process_info.SetEffectiveGroupID(UINT32_MAX); in GetFreeBSDProcessUserAndGroup()149 process_info.SetEffectiveGroupID(UINT32_MAX); in GetFreeBSDProcessUserAndGroup()216 process_info.SetEffectiveGroupID(kinfo.ki_svgid); in FindProcessesImpl()
130 process_info.SetEffectiveGroupID(proc_kinfo.p_gid); in GetOpenBSDProcessUserAndGroup()139 process_info.SetEffectiveGroupID(UINT32_MAX); in GetOpenBSDProcessUserAndGroup()189 process_info.SetEffectiveGroupID(kinfo.p_svgid); in FindProcessesImpl()
224 void SBAttachInfo::SetEffectiveGroupID(uint32_t gid) { in SetEffectiveGroupID() function in SBAttachInfo225 LLDB_RECORD_METHOD(void, SBAttachInfo, SetEffectiveGroupID, (uint32_t), gid); in SetEffectiveGroupID()227 m_opaque_sp->SetEffectiveGroupID(gid); in SetEffectiveGroupID()299 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetEffectiveGroupID, (uint32_t)); in RegisterMethods()
164 process_info.SetEffectiveGroupID(proc_kinfo->p_gid); in GetNetBSDProcessUserAndGroup()175 process_info.SetEffectiveGroupID(UINT32_MAX); in GetNetBSDProcessUserAndGroup()241 process_info.SetEffectiveGroupID(proc_kinfo[i].p_gid); in FindProcessesImpl()
99 SetEffectiveGroupID (uint32_t gid);
144 void SetEffectiveGroupID(uint32_t gid);
133 void SetEffectiveGroupID(uint32_t gid) { m_egid = gid; } in SetEffectiveGroupID() function
386 match_info.GetProcessInfo().SetEffectiveGroupID(gid); in Handle_qfProcessInfo()
1996 process_info.SetEffectiveGroupID(gid); in DecodeProcessInfoResponse()
1230 match_info.GetProcessInfo().SetEffectiveGroupID(success ? id in SetOptionValue()
5611 (arg1)->SetEffectiveGroupID(arg2); in _wrap_SBAttachInfo_SetEffectiveGroupID()