Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h135 void SetEffectiveGroupID(uint32_t gid) { m_egid = gid; } in SetEffectiveGroupID() function
/external/llvm-project/lldb/source/API/
DSBAttachInfo.cpp224 void SBAttachInfo::SetEffectiveGroupID(uint32_t gid) { in SetEffectiveGroupID() function in SBAttachInfo