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

/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_util_win.cc142 if (GetUserName(username, &username_length)) {
180 if (!GetUserName(username, &username_length)) {
/external/chromium_org/chrome/browser/policy/
H A Dpolicy_path_parser_win.cc92 ::GetUserName(NULL, &return_length);
95 ::GetUserName(username.get(), &return_length);
/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/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/chromium_org/chrome/installer/util/
H A Dshell_util_unittest.cc856 ASSERT_NE(0, ::GetUserName(user_name, &size));
H A Dshell_util.cc2238 if (::GetUserName(user_name, &size) == 0 || size < 1) {
/external/lldb/source/Host/common/
H A DHost.cpp1179 Host::GetUserName (uint32_t uid, std::string &user_name) function in class:Host

Completed in 4892 milliseconds