Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp158 resolver.GetGroupName(GetGroupID()).value_or("")); in Dump()
166 resolver.GetGroupName(GetEffectiveGroupID()).value_or("")); in Dump()
222 &ProcessInstanceInfo::GetGroupID, &UserIDResolver::GetGroupName); in DumpAsTableRow()
228 &UserIDResolver::GetGroupName); in DumpAsTableRow()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUserIDResolver.h31 std::optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h256 bool GetGroupName(uint32_t gid, std::string &name);
H A DGDBRemoteCommunicationServerCommon.cpp457 HostInfo::GetUserIDResolver().GetGroupName(gid)) { in Handle_qGroupName()
H A DGDBRemoteCommunicationClient.cpp2407 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid, in GetGroupName() function in GDBRemoteCommunicationClient
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp304 if (m_gdb_client_up && m_gdb_client_up->GetGroupName(gid, name)) in DoGetGroupName()