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

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

Completed in 149 milliseconds