HomeSort by relevance Sort by last modified time
    Searched defs:GetUserName (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/users/
user.cc 23 std::string GetUserName(const std::string& email) {
136 return GetUserName(display_email_);
138 return GetUserName(email_);
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 530 PlatformFreeBSD::GetUserName (uint32_t uid)
533 const char *user_name = Platform::GetUserName(uid);
538 return m_remote_platform_sp->GetUserName(uid);
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp 255 PlatformRemoteGDBServer::GetUserName (uint32_t uid)
258 const char *cached_user_name = Platform::GetUserName(uid);
262 if (m_gdb_client.GetUserName(uid, name))
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.cpp 658 PlatformDarwin::GetUserName (uint32_t uid)
661 const char *user_name = Platform::GetUserName(uid);
666 return m_remote_platform_sp->GetUserName(uid);
    [all...]
  /external/lldb/source/Target/
Platform.cpp 413 Platform::GetUserName (uint32_t uid)
421 if (Host::GetUserName(uid, name))
  /external/lldb/source/Host/common/
Host.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]

Completed in 73 milliseconds