Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDProcessInfo.cpp150 resolver.GetGroupName(GetGroupID()).getValueOr("")); in Dump()
158 resolver.GetGroupName(GetEffectiveGroupID()).getValueOr("")); in Dump()
213 &ProcessInstanceInfo::GetGroupID, &UserIDResolver::GetGroupName); in DumpAsTableRow()
219 &UserIDResolver::GetGroupName); in DumpAsTableRow()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDUserIDResolver.h30 llvm::Optional<llvm::StringRef> GetGroupName(id_t gid) { in GetGroupName() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h273 bool GetGroupName(uint32_t gid, std::string &name);
HDGDBRemoteCommunicationServerCommon.cpp461 HostInfo::GetUserIDResolver().GetGroupName(gid)) { in Handle_qGroupName()
HDGDBRemoteCommunicationClient.cpp2262 bool GDBRemoteCommunicationClient::GetGroupName(uint32_t gid, in GetGroupName() function in GDBRemoteCommunicationClient
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp352 if (m_gdb_client.GetGroupName(gid, name)) in DoGetGroupName()