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

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

Completed in 297 milliseconds