HomeSort by relevance Sort by last modified time
    Searched refs:m_egid (Results 1 - 2 of 2) sorted by null

  /external/lldb/include/lldb/Target/
Process.h 336 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
    [all...]
  /external/lldb/source/Target/
Process.cpp 293 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);
    [all...]

Completed in 26 milliseconds