Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp126 uint32_t SBProcessInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBProcessInfo
H A DSBAttachInfo.cpp191 uint32_t SBAttachInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBAttachInfo
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp130 uint32_t HostInfoPosix::GetEffectiveUserID() { return geteuid(); } in GetEffectiveUserID() function in HostInfoPosix
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h160 uint32_t GetEffectiveUserID() const { return m_euid; } in GetEffectiveUserID() function