Searched refs:GetUserName (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DUserIDResolver.h27 llvm::Optional<llvm::StringRef> GetUserName(id_t uid) { function in class:lldb_private::UserIDResolver
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp146 resolver.GetUserName(GetUserID()).getValueOr(""));
154 resolver.GetUserName(GetEffectiveUserID()).getValueOr(""));
211 &ProcessInstanceInfo::GetUserID, &UserIDResolver::GetUserName);
216 &UserIDResolver::GetUserName);
225 &UserIDResolver::GetUserName);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dget_default_principal.c126 if (GetUserName(username, &dsz)) {
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dfsaccess.c292 if (GetUserName(username, &namelen) == 0)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h271 bool GetUserName(uint32_t uid, std::string &name);
H A DGDBRemoteCommunicationServerCommon.cpp441 HostInfo::GetUserIDResolver().GetUserName(uid)) {
H A DGDBRemoteCommunicationClient.cpp2235 bool GDBRemoteCommunicationClient::GetUserName(uint32_t uid,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp344 if (m_gdb_client.GetUserName(uid, name))

Completed in 211 milliseconds