Searched refs:EffectiveGroupIDIsValid (Results 1 – 12 of 12) sorted by relevance
157 if (EffectiveGroupIDIsValid()) { in Dump()218 print(&ProcessInstanceInfo::EffectiveGroupIDIsValid, in DumpAsTableRow()287 if (m_match_info.EffectiveGroupIDIsValid() && in UserIDsMatch()318 if (m_match_info.EffectiveGroupIDIsValid()) in MatchAllProcesses()
157 bool SBProcessInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBProcessInfo162 is_valid = m_opaque_up->EffectiveGroupIDIsValid(); in EffectiveGroupIDIsValid()
207 bool SBAttachInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBAttachInfo210 return m_opaque_sp->EffectiveGroupIDIsValid(); in EffectiveGroupIDIsValid()
20 obj.EffectiveGroupIDIsValid()
61 EffectiveGroupIDIsValid ();
93 EffectiveGroupIDIsValid ();
49 bool EffectiveGroupIDIsValid();
140 bool EffectiveGroupIDIsValid();
46 ASSERT_TRUE(Info.EffectiveGroupIDIsValid()); in TEST_F()
129 bool EffectiveGroupIDIsValid() const { return m_egid != UINT32_MAX; } in EffectiveGroupIDIsValid() function
387 if process_info.EffectiveGroupIDIsValid():
2321 if (match_info.GetProcessInfo().EffectiveGroupIDIsValid()) in FindProcesses()