Home
last modified time | relevance | path

Searched defs:GetEffectiveGroupID (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp136 uint32_t SBProcessInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBProcessInfo
H A DSBAttachInfo.cpp197 uint32_t SBAttachInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBAttachInfo
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp132 uint32_t HostInfoPosix::GetEffectiveGroupID() { return getegid(); } in GetEffectiveGroupID() function in HostInfoPosix
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h162 uint32_t GetEffectiveGroupID() const { return m_egid; } in GetEffectiveGroupID() function