Searched defs:GetUserName (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/user_manager/
H A Duser.cc21 std::string GetUserName(const std::string& email) { function in namespace:user_manager::__anon6896
147 return GetUserName(display_email_);
149 return GetUserName(email_);
/external/lldb/source/Plugins/Platform/FreeBSD/
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/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))
/external/lldb/source/Plugins/Platform/MacOSX/
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/source/Target/
H A DPlatform.cpp413 Platform::GetUserName (uint32_t uid) function in class:Platform
421 if (Host::GetUserName(uid, name))
/external/lldb/source/Host/common/
H A DHost.cpp1179 Host::GetUserName (uint32_t uid, std::string &user_name) function in class:Host

Completed in 2274 milliseconds