HomeSort by relevance Sort by last modified time
    Searched refs:GetHostname (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/sync/util/
get_session_name_linux.h 13 std::string GetHostname();
get_session_name_linux.cc 8 #include <unistd.h> // for gethostname()
15 std::string GetHostname() {
17 if (gethostname(hostname, HOST_NAME_MAX) == 0) // Success.
get_session_name.cc 41 session_name = internal::GetHostname();
  /external/chromium_org/net/dns/
dns_transaction.h 32 virtual const std::string& GetHostname() const = 0;
dns_test_util.cc 63 virtual const std::string& GetHostname() const OVERRIDE {
dns_transaction.cc 577 virtual const std::string& GetHostname() const OVERRIDE {
dns_transaction_unittest.cc 255 EXPECT_EQ(hostname_, transaction_->GetHostname());
    [all...]
host_resolver_impl.cc     [all...]
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp 203 GetHostname());
246 PlatformRemoteGDBServer::GetHostname ()
248 m_gdb_client.GetHostname (m_name);
367 error.SetErrorStringWithFormat ("unable to launch a GDB server on '%s'", GetHostname ());
400 GetHostname (),
PlatformRemoteGDBServer.h 121 GetHostname ();
  /external/chromium_org/third_party/webrtc/base/
ssladapter_unittest.cc 125 ssl_identity_.reset(rtc::SSLIdentity::Generate(GetHostname()));
142 std::string GetHostname() const {
268 rv = client_->Connect(server_->GetHostname(), server_->GetAddress());
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.h 107 GetHostname ();
PlatformFreeBSD.cpp 351 PlatformFreeBSD::GetHostname ()
354 return Platform::GetHostname();
357 return m_remote_platform_sp->GetHostname ();
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.h 79 GetHostname ();
PlatformDarwin.cpp 478 PlatformDarwin::GetHostname ()
481 return Platform::GetHostname();
484 return m_remote_platform_sp->GetHostname ();
    [all...]
  /external/lldb/source/Target/
Platform.cpp 305 strm.Printf(" Hostname: %s\n", GetHostname());
311 strm.Printf(" Hostname: %s\n", GetHostname());
395 const char *name = GetHostname();
402 Platform::GetHostname ()
  /external/lldb/include/lldb/Host/
Host.h 126 GetHostname (std::string &s);
  /external/chromium_org/net/test/spawned_test_server/
base_test_server.cc 30 std::string GetHostname(BaseTestServer::Type type,
184 Init(GetHostname(type, ssl_options));
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.h 254 GetHostname (std::string &s);
GDBRemoteCommunicationServer.cpp 270 if (Host::GetHostname (s))
GDBRemoteCommunicationClient.cpp     [all...]
  /external/lldb/include/lldb/Target/
Platform.h 222 GetHostname ();
  /external/lldb/source/Commands/
CommandObjectPlatform.cpp 319 const char *hostname_cstr = platform_sp->GetHostname();
    [all...]
  /external/lldb/source/Host/common/
Host.cpp     [all...]

Completed in 826 milliseconds