Home
last modified time | relevance | path

Searched defs:GetGroupID (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/source/API/
DSBProcessInfo.cpp102 uint32_t SBProcessInfo::GetGroupID() { in GetGroupID() function in SBProcessInfo
DSBAttachInfo.cpp164 uint32_t SBAttachInfo::GetGroupID() { in GetGroupID() function in SBAttachInfo
DSBLaunchInfo.cpp83 uint32_t SBLaunchInfo::GetGroupID() { in GetGroupID() function in SBLaunchInfo
/external/llvm-project/lldb/source/Host/posix/
DHostInfoPosix.cpp118 uint32_t HostInfoPosix::GetGroupID() { return getgid(); } in GetGroupID() function in HostInfoPosix
/external/llvm-project/lldb/include/lldb/Utility/
DProcessInfo.h51 uint32_t GetGroupID() const { return m_gid; } in GetGroupID() function