Home
last modified time | relevance | path

Searched refs:GetUserName (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDProcessInfo.cpp154 resolver.GetUserName(GetUserID()).value_or("")); in Dump()
162 resolver.GetUserName(GetEffectiveUserID()).value_or("")); in Dump()
220 &ProcessInstanceInfo::GetUserID, &UserIDResolver::GetUserName); in DumpAsTableRow()
225 &UserIDResolver::GetUserName); in DumpAsTableRow()
234 &UserIDResolver::GetUserName); in DumpAsTableRow()
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDUserIDResolver.h28 std::optional<llvm::StringRef> GetUserName(id_t uid) { in GetUserName() function
/freebsd-13-stable/crypto/heimdal/lib/krb5/
HDget_default_principal.c126 if (GetUserName(username, &dsz)) { in _krb5_get_default_principal_local()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h254 bool GetUserName(uint32_t uid, std::string &name);
HDGDBRemoteCommunicationServerCommon.cpp437 HostInfo::GetUserIDResolver().GetUserName(uid)) { in Handle_qUserName()
HDGDBRemoteCommunicationClient.cpp2380 bool GDBRemoteCommunicationClient::GetUserName(uint32_t uid, in GetUserName() function in GDBRemoteCommunicationClient
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.cpp296 if (m_gdb_client_up && m_gdb_client_up->GetUserName(uid, name)) in DoGetUserName()