Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp151 resolver.GetGroupName(GetGroupID()).getValueOr("")); in Dump()
159 resolver.GetGroupName(GetEffectiveGroupID()).getValueOr("")); in Dump()
214 &ProcessInstanceInfo::GetGroupID, &UserIDResolver::GetGroupName); in DumpAsTableRow()
220 &UserIDResolver::GetGroupName); in DumpAsTableRow()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUserIDResolver.h30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h299 bool GetGroupName(uint32_t gid, std::string &name);
H A DGDBRemoteCommunicationServerCommon.cpp454 HostInfo::GetUserIDResolver().GetGroupName(gid)) { in Handle_qGroupName()
H A DGDBRemoteCommunicationClient.cpp2334 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid, in GetGroupName() function in GDBRemoteCommunicationClient
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp373 if (m_gdb_client.GetGroupName(gid, name)) in DoGetGroupName()