Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBProcessInfo.cpp132 uint32_t SBProcessInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBProcessInfo
DSBAttachInfo.cpp194 uint32_t SBAttachInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBAttachInfo
/external/llvm-project/lldb/source/Host/posix/
DHostInfoPosix.cpp120 uint32_t HostInfoPosix::GetEffectiveUserID() { return geteuid(); } in GetEffectiveUserID() function in HostInfoPosix
/external/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h125 uint32_t GetEffectiveUserID() const { return m_euid; } in GetEffectiveUserID() function