Searched defs:GetEffectiveUserID (Results 1 – 4 of 4) sorted by relevance
/llvm-project/lldb/source/API/ | ||
H A D | SBProcessInfo.cpp | 126 uint32_t SBProcessInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBProcessInfo |
H A D | SBAttachInfo.cpp | 191 uint32_t SBAttachInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBAttachInfo |
/llvm-project/lldb/source/Host/posix/ | ||
H A D | HostInfoPosix.cpp | 130 uint32_t HostInfoPosix::GetEffectiveUserID() { return geteuid(); } GetEffectiveUserID() function in HostInfoPosix |
/llvm-project/lldb/include/lldb/Utility/ | ||
H A D | ProcessInfo.h | 160 uint32_t GetEffectiveUserID() const { return m_euid; } in GetEffectiveUserID() function |