Searched refs:GetHostname (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/sync/util/
H A Dget_session_name_linux.h13 std::string GetHostname();
H A Dget_session_name_linux.cc15 std::string GetHostname() { function in namespace:syncer::internal
H A Dget_session_name.cc41 session_name = internal::GetHostname();
/external/chromium_org/net/dns/
H A Ddns_transaction.h32 virtual const std::string& GetHostname() const = 0;
H A Ddns_test_util.cc63 virtual const std::string& GetHostname() const OVERRIDE {
H A Ddns_transaction.cc577 virtual const std::string& GetHostname() const OVERRIDE {
H A Ddns_transaction_unittest.cc255 EXPECT_EQ(hostname_, transaction_->GetHostname());
H A Dhost_resolver_impl.cc1105 key_.hostname = transaction->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 (),
H A DPlatformRemoteGDBServer.h121 GetHostname ();
/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/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.h107 GetHostname ();
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/MacOSX/
H A DPlatformDarwin.h79 GetHostname ();
H A DPlatformDarwin.cpp478 PlatformDarwin::GetHostname () function in class:PlatformDarwin
481 return Platform::GetHostname();
484 return m_remote_platform_sp->GetHostname ();
/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/include/lldb/Host/
H A DHost.h126 GetHostname (std::string &s);
/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/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h254 GetHostname (std::string &s);
H A DGDBRemoteCommunicationServer.cpp270 if (Host::GetHostname (s))
H A DGDBRemoteCommunicationClient.cpp1065 GDBRemoteCommunicationClient::GetHostname (std::string &s) function in class:GDBRemoteCommunicationClient
/external/lldb/include/lldb/Target/
H A DPlatform.h222 GetHostname ();
/external/lldb/source/Commands/
H A DCommandObjectPlatform.cpp319 const char *hostname_cstr = platform_sp->GetHostname();
/external/lldb/source/Host/common/
H A DHost.cpp1162 Host::GetHostname (std::string &s) function in class:Host

Completed in 324 milliseconds