Searched defs:GetHostname (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/sync/util/
H A Dget_session_name_linux.cc15 std::string GetHostname() { function in namespace:syncer::internal
/external/chromium_org/third_party/webrtc/base/
H A Dssladapter_unittest.cc125 ssl_identity_.reset(rtc::SSLIdentity::Generate(GetHostname()));
142 std::string GetHostname() const { function in class:SSLAdapterTestDummyServer
268 rv = client_->Connect(server_->GetHostname(), server_->GetAddress());
/external/chromium_org/net/test/spawned_test_server/
H A Dbase_test_server.cc30 std::string GetHostname(BaseTestServer::Type type, function in namespace:net::__anon9642
184 Init(GetHostname(type, ssl_options));
/external/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp351 PlatformFreeBSD::GetHostname () function in class:PlatformFreeBSD
354 return Platform::GetHostname();
357 return m_remote_platform_sp->GetHostname ();
/external/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp203 GetHostname());
246 PlatformRemoteGDBServer::GetHostname () function in class:PlatformRemoteGDBServer
248 m_gdb_client.GetHostname (m_name);
367 error.SetErrorStringWithFormat ("unable to launch a GDB server on '%s'", GetHostname ());
400 GetHostname (),
/external/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp478 PlatformDarwin::GetHostname () function in class:PlatformDarwin
481 return Platform::GetHostname();
484 return m_remote_platform_sp->GetHostname ();
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1065 GDBRemoteCommunicationClient::GetHostname (std::string &s) function in class:GDBRemoteCommunicationClient
/external/lldb/source/Target/
H A DPlatform.cpp305 strm.Printf(" Hostname: %s\n", GetHostname());
311 strm.Printf(" Hostname: %s\n", GetHostname());
395 const char *name = GetHostname();
402 Platform::GetHostname () function in class:Platform
/external/lldb/source/Host/common/
H A DHost.cpp1162 Host::GetHostname (std::string &s) function in class:Host

Completed in 225 milliseconds