Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp255 PlatformRemoteGDBServer::GetUserName (uint32_t uid) in GetUserName() function in PlatformRemoteGDBServer
258 const char *cached_user_name = Platform::GetUserName(uid); in GetUserName()
262 if (m_gdb_client.GetUserName(uid, name)) in GetUserName()
DPlatformRemoteGDBServer.h124 GetUserName (uint32_t uid);
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp530 PlatformFreeBSD::GetUserName (uint32_t uid) in GetUserName() function in PlatformFreeBSD
533 const char *user_name = Platform::GetUserName(uid); in GetUserName()
538 return m_remote_platform_sp->GetUserName(uid); in GetUserName()
DPlatformFreeBSD.h110 GetUserName (uint32_t uid);
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h82 GetUserName (uint32_t uid);
DPlatformDarwin.cpp658 PlatformDarwin::GetUserName (uint32_t uid) in GetUserName() function in PlatformDarwin
661 const char *user_name = Platform::GetUserName(uid); in GetUserName()
666 return m_remote_platform_sp->GetUserName(uid); in GetUserName()
/external/lldb/include/lldb/Host/
DHost.h129 GetUserName (uint32_t uid, std::string &user_name);
/external/lldb/source/Target/
DPlatform.cpp413 Platform::GetUserName (uint32_t uid) in GetUserName() function in Platform
421 if (Host::GetUserName(uid, name)) in GetUserName()
DProcess.cpp280 cstr = platform->GetUserName (m_uid); in Dump()
290 cstr = platform->GetUserName (m_euid); in Dump()
332 cstr = platform->GetUserName (m_uid); in DumpAsTableRow()
344 cstr = platform->GetUserName (m_euid); in DumpAsTableRow()
360 platform->GetUserName (m_euid), in DumpAsTableRow()
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h271 GetUserName (uint32_t uid, std::string &name);
DGDBRemoteCommunicationServer.cpp445 if (Host::GetUserName (uid, name)) in Handle_qUserName()
DGDBRemoteCommunicationClient.cpp1998 GDBRemoteCommunicationClient::GetUserName (uint32_t uid, std::string &name) in GetUserName() function in GDBRemoteCommunicationClient
/external/lldb/include/lldb/Target/
DPlatform.h273 GetUserName (uint32_t uid);
/external/lldb/source/Host/common/
DHost.cpp1179 Host::GetUserName (uint32_t uid, std::string &user_name) in GetUserName() function in Host