Home
last modified time | relevance | path

Searched refs:m_egid (Results 1 – 2 of 2) sorted by relevance

/external/lldb/include/lldb/Target/
DProcess.h336 m_egid (UINT32_MAX), in ProcessInstanceInfo()
346 m_egid (UINT32_MAX), in ProcessInstanceInfo()
356 m_egid = UINT32_MAX; in Clear()
369 return m_egid; in GetEffectiveGroupID()
381 return m_egid != UINT32_MAX; in EffectiveGroupIDIsValid()
393 m_egid = gid; in SetEffectiveGroupID()
425 uint32_t m_egid; variable
/external/lldb/source/Target/
DProcess.cpp293 if (m_egid != UINT32_MAX) in Dump()
295 cstr = platform->GetGroupName (m_egid); in Dump()
296 s.Printf (" egid = %-5u (%s)\n", m_egid, cstr ? cstr : ""); in Dump()
350 cstr = platform->GetGroupName (m_egid); in DumpAsTableRow()
354 s.Printf ("%-10u ", m_egid); in DumpAsTableRow()