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

  /external/chromium_org/chrome/browser/password_manager/
password_manager_util_win.cc 143 if (GetUserName(username, &username_length)) {
181 if (!GetUserName(username, &username_length)) {
  /external/chromium_org/chrome/browser/policy/
policy_path_parser_win.cc 92 ::GetUserName(NULL, &return_length);
95 ::GetUserName(username.get(), &return_length);
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.h 124 GetUserName (uint32_t uid);
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/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.h 110 GetUserName (uint32_t uid);
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/MacOSX/
PlatformDarwin.h 82 GetUserName (uint32_t uid);
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/include/lldb/Host/
Host.h 129 GetUserName (uint32_t uid, std::string &user_name);
  /external/lldb/source/Target/
Platform.cpp 413 Platform::GetUserName (uint32_t uid)
421 if (Host::GetUserName(uid, name))
Process.cpp 280 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),
    [all...]
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.h 271 GetUserName (uint32_t uid, std::string &name);
GDBRemoteCommunicationServer.cpp 445 if (Host::GetUserName (uid, name))
GDBRemoteCommunicationClient.cpp     [all...]
  /external/lldb/include/lldb/Target/
Platform.h 273 GetUserName (uint32_t uid);
  /external/lldb/source/Host/common/
Host.cpp     [all...]
  /external/chromium_org/chrome/installer/util/
shell_util_unittest.cc     [all...]
shell_util.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]

Completed in 356 milliseconds