/external/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 255 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()
|
D | PlatformRemoteGDBServer.h | 124 GetUserName (uint32_t uid);
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.cpp | 530 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()
|
D | PlatformFreeBSD.h | 110 GetUserName (uint32_t uid);
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformDarwin.h | 82 GetUserName (uint32_t uid);
|
D | PlatformDarwin.cpp | 658 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/ |
D | Host.h | 129 GetUserName (uint32_t uid, std::string &user_name);
|
/external/lldb/source/Target/ |
D | Platform.cpp | 413 Platform::GetUserName (uint32_t uid) in GetUserName() function in Platform 421 if (Host::GetUserName(uid, name)) in GetUserName()
|
D | Process.cpp | 280 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/ |
D | GDBRemoteCommunicationClient.h | 271 GetUserName (uint32_t uid, std::string &name);
|
D | GDBRemoteCommunicationServer.cpp | 445 if (Host::GetUserName (uid, name)) in Handle_qUserName()
|
D | GDBRemoteCommunicationClient.cpp | 1998 GDBRemoteCommunicationClient::GetUserName (uint32_t uid, std::string &name) in GetUserName() function in GDBRemoteCommunicationClient
|
/external/lldb/include/lldb/Target/ |
D | Platform.h | 273 GetUserName (uint32_t uid);
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 1179 Host::GetUserName (uint32_t uid, std::string &user_name) in GetUserName() function in Host
|