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

  /external/chromium_org/sync/util/
get_session_name_linux.cc 8 #include <unistd.h> // for gethostname()
15 std::string GetHostname() {
17 if (gethostname(hostname, HOST_NAME_MAX) == 0) // Success.
  /external/chromium_org/net/test/spawned_test_server/
base_test_server.cc 30 std::string GetHostname(BaseTestServer::Type type,
161 Init(GetHostname(type, ssl_options));
  /external/lldb/source/Plugins/Platform/FreeBSD/
PlatformFreeBSD.cpp 351 PlatformFreeBSD::GetHostname ()
354 return Platform::GetHostname();
357 return m_remote_platform_sp->GetHostname ();
  /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 (),
  /external/lldb/source/Plugins/Platform/MacOSX/
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/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.cpp     [all...]
  /external/lldb/source/Host/common/
Host.cpp     [all...]

Completed in 1153 milliseconds