Home | History | Annotate | Download | only in Target

Lines Matching full:m_egid

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);