Home
last modified time | relevance | path

Searched refs:GetGroupName (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DProcessInfo.cpp150 resolver.GetGroupName(GetGroupID()).value_or("")); in Dump()
158 resolver.GetGroupName(GetEffectiveGroupID()).value_or("")); in Dump()
213 &ProcessInstanceInfo::GetGroupID, &UserIDResolver::GetGroupName); in DumpAsTableRow()
219 &UserIDResolver::GetGroupName); in DumpAsTableRow()
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DUserIDResolver.h31 std::optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h257 bool GetGroupName(uint32_t gid, std::string &name);
H A DGDBRemoteCommunicationServerCommon.cpp457 HostInfo::GetUserIDResolver().GetGroupName(gid)) { in Handle_qGroupName()
H A DGDBRemoteCommunicationClient.cpp2386 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid, in GetGroupName() function in GDBRemoteCommunicationClient
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp298 if (m_gdb_client_up && m_gdb_client_up->GetGroupName(gid, name)) in DoGetGroupName()