/external/llvm-project/lldb/unittests/Host/ |
D | HostInfoTest.cpp | 48 TEST_F(HostInfoTest, GetHostname) { in TEST_F() argument 51 EXPECT_TRUE(HostInfo::GetHostname(s)); in TEST_F()
|
/external/llvm-project/lldb/include/lldb/Host/posix/ |
D | HostInfoPosix.h | 24 static bool GetHostname(std::string &s);
|
/external/llvm-project/lldb/include/lldb/Host/windows/ |
D | HostInfoWindows.h | 37 static bool GetHostname(std::string &s);
|
/external/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
D | PlatformRemoteGDBServer.cpp | 290 GetHostname()); in ConnectRemote() 351 const char *PlatformRemoteGDBServer::GetHostname() { in GetHostname() function in PlatformRemoteGDBServer 352 m_gdb_client.GetHostname(m_name); in GetHostname() 486 GetHostname()); in DebugProcess() 572 GetHostname()); in Attach()
|
D | PlatformRemoteGDBServer.h | 98 const char *GetHostname() override;
|
/external/llvm-project/lldb/source/Target/ |
D | RemoteAwarePlatform.cpp | 355 const char *RemoteAwarePlatform::GetHostname() { in GetHostname() function in RemoteAwarePlatform 357 return Platform::GetHostname(); in GetHostname() 359 return m_remote_platform_sp->GetHostname(); in GetHostname()
|
D | Platform.cpp | 431 strm.Printf(" Hostname: %s\n", GetHostname()); in GetStatus() 435 strm.Printf(" Hostname: %s\n", GetHostname()); in GetStatus() 811 const char *Platform::GetHostname() { in GetHostname() function in Platform 1712 const char *Platform::GetCacheHostname() { return GetHostname(); } in GetCacheHostname()
|
/external/webrtc/rtc_base/ |
D | ssl_adapter_unittest.cc | 167 ssl_identity_ = rtc::SSLIdentity::Create(GetHostname(), key_params); in SSLAdapterTestDummyServer() 187 std::string GetHostname() const { in GetHostname() function in SSLAdapterTestDummyServer 340 rv = client_->Connect(server_->GetHostname(), server_->GetAddress()); in TestHandshake()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBPlatform.i | 157 GetHostname ();
|
/external/llvm-project/lldb/source/API/ |
D | SBPlatform.cpp | 491 const char *SBPlatform::GetHostname() { in GetHostname() function in SBPlatform 492 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBPlatform, GetHostname); in GetHostname() 496 return platform_sp->GetHostname(); in GetHostname() 774 LLDB_REGISTER_METHOD(const char *, SBPlatform, GetHostname, ()); in RegisterMethods()
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBPlatform.h | 128 const char *GetHostname();
|
/external/llvm-project/lldb/source/Host/windows/ |
D | HostInfoWindows.cpp | 92 bool HostInfoWindows::GetHostname(std::string &s) { in GetHostname() function in HostInfoWindows
|
/external/llvm-project/lldb/source/Host/posix/ |
D | HostInfoPosix.cpp | 30 bool HostInfoPosix::GetHostname(std::string &s) { in GetHostname() function in HostInfoPosix
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | RemoteAwarePlatform.h | 81 const char *GetHostname() override;
|
D | Platform.h | 225 virtual const char *GetHostname();
|
/external/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
D | PlatformPOSIX.cpp | 135 GetHostname(), dst_path.c_str()); in PutFile() 191 m_remote_platform_sp->GetHostname(), src_path.c_str(), in GetFile()
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.h | 278 bool GetHostname(std::string &s);
|
D | GDBRemoteCommunicationServerCommon.cpp | 295 if (HostInfo::GetHostname(s)) { in Handle_qHostInfo() 303 if (HostInfo::GetHostname(s)) { in Handle_qHostInfo()
|
D | GDBRemoteCommunicationClient.cpp | 972 bool GDBRemoteCommunicationClient::GetHostname(std::string &s) { in GetHostname() function in GDBRemoteCommunicationClient 2524 if (HostInfo::GetHostname(hostname)) { in LaunchGDBServer()
|
/external/ImageMagick/MagickCore/ |
D | distribute-cache.c | 269 static char *GetHostname(int *port,ExceptionInfo *exception) in GetHostname() function 344 hostname=GetHostname(&server_info->port,exception); in AcquireDistributeCacheInfo()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectPlatform.cpp | 347 const char *hostname_cstr = platform_sp->GetHostname(); in DoExecute()
|