Home
last modified time | relevance | path

Searched defs:SetEffectiveUserID (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h133 void SetEffectiveUserID(uint32_t uid) { m_euid = uid; } in SetEffectiveUserID() function
/external/llvm-project/lldb/source/API/
DSBAttachInfo.cpp218 void SBAttachInfo::SetEffectiveUserID(uint32_t uid) { in SetEffectiveUserID() function in SBAttachInfo