Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBProcessInfo.cpp142 uint32_t SBProcessInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBProcessInfo
DSBAttachInfo.cpp200 uint32_t SBAttachInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBAttachInfo
/external/llvm-project/lldb/source/Host/posix/
DHostInfoPosix.cpp122 uint32_t HostInfoPosix::GetEffectiveGroupID() { return getegid(); } in GetEffectiveGroupID() function in HostInfoPosix
/external/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h127 uint32_t GetEffectiveGroupID() const { return m_egid; } in GetEffectiveGroupID() function