Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DProcess.h120 m_gid (UINT32_MAX), in ProcessInfo()
133 m_gid (UINT32_MAX), in ProcessInfo()
146 m_gid = UINT32_MAX; in Clear()
203 return m_gid; in GetGroupID()
215 return m_gid != UINT32_MAX; in GroupIDIsValid()
227 m_gid = gid; in SetGroupID()
319 uint32_t m_gid; variable
/external/lldb/source/Target/
DProcess.cpp283 if (m_gid != UINT32_MAX) in Dump()
285 cstr = platform->GetGroupName (m_gid); in Dump()
286 s.Printf (" gid = %-5u (%s)\n", m_gid, cstr ? cstr : ""); in Dump()
338 cstr = platform->GetGroupName (m_gid); in DumpAsTableRow()
342 s.Printf ("%-10u ", m_gid); in DumpAsTableRow()