Home
last modified time | relevance | path

Searched refs:GetHostname (Results 1 – 16 of 16) sorted by relevance

/external/lldb/source/Plugins/Platform/gdb-server/
DPlatformRemoteGDBServer.cpp203 GetHostname()); in ConnectRemote()
246 PlatformRemoteGDBServer::GetHostname () in GetHostname() function in PlatformRemoteGDBServer
248 m_gdb_client.GetHostname (m_name); in GetHostname()
367 … error.SetErrorStringWithFormat ("unable to launch a GDB server on '%s'", GetHostname ()); in Attach()
400 GetHostname (), in Attach()
DPlatformRemoteGDBServer.h121 GetHostname ();
/external/webrtc/webrtc/base/
Dssladapter_unittest.cc137 ssl_identity_.reset(rtc::SSLIdentity::Generate(GetHostname(), key_params)); in SSLAdapterTestDummyServer()
156 std::string GetHostname() const { in GetHostname() function in SSLAdapterTestDummyServer
291 rv = client_->Connect(server_->GetHostname(), server_->GetAddress()); in TestHandshake()
/external/lldb/source/Target/
DPlatform.cpp305 strm.Printf(" Hostname: %s\n", GetHostname()); in GetStatus()
311 strm.Printf(" Hostname: %s\n", GetHostname()); in GetStatus()
395 const char *name = GetHostname(); in GetName()
402 Platform::GetHostname () in GetHostname() function in Platform
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp351 PlatformFreeBSD::GetHostname () in GetHostname() function in PlatformFreeBSD
354 return Platform::GetHostname(); in GetHostname()
357 return m_remote_platform_sp->GetHostname (); in GetHostname()
DPlatformFreeBSD.h107 GetHostname ();
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.h79 GetHostname ();
DPlatformDarwin.cpp478 PlatformDarwin::GetHostname () in GetHostname() function in PlatformDarwin
481 return Platform::GetHostname(); in GetHostname()
484 return m_remote_platform_sp->GetHostname (); in GetHostname()
/external/lldb/include/lldb/Host/
DHost.h126 GetHostname (std::string &s);
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h254 GetHostname (std::string &s);
DGDBRemoteCommunicationServer.cpp270 if (Host::GetHostname (s)) in Handle_qHostInfo()
DGDBRemoteCommunicationClient.cpp1065 GDBRemoteCommunicationClient::GetHostname (std::string &s) in GetHostname() function in GDBRemoteCommunicationClient
/external/lldb/include/lldb/Target/
DPlatform.h222 GetHostname ();
/external/ImageMagick/MagickCore/
Ddistribute-cache.c271 static char *GetHostname(int *port,ExceptionInfo *exception) in GetHostname() function
347 hostname=GetHostname(&server_info->port,exception); in AcquireDistributeCacheInfo()
/external/lldb/source/Commands/
DCommandObjectPlatform.cpp319 const char *hostname_cstr = platform_sp->GetHostname(); in DoExecute()
/external/lldb/source/Host/common/
DHost.cpp1162 Host::GetHostname (std::string &s) in GetHostname() function in Host