Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h156 m_egid = UINT32_MAX; in Clear()
162 uint32_t GetEffectiveGroupID() const { return m_egid; } in GetEffectiveGroupID()
166 bool EffectiveGroupIDIsValid() const { return m_egid != UINT32_MAX; } in EffectiveGroupIDIsValid()
170 void SetEffectiveGroupID(uint32_t gid) { m_egid = gid; } in SetEffectiveGroupID()
259 uint32_t m_egid = UINT32_MAX; variable