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

  /external/chromium/third_party/libjingle/source/talk/base/
socketaddress.h 178 static std::string GetHostname();
socketaddress.cc 179 && (0 == stricmp(hostname_.c_str(), GetHostname().c_str()))) {
330 std::string SocketAddress::GetHostname() {
332 if (gethostname(hostname, ARRAY_SIZE(hostname)) == 0)
340 const std::string hostname = GetHostname();
  /external/chromium/net/test/
test_server.cc 48 std::string GetHostname(TestServer::Type type,
265 host_port_pair_ = HostPortPair(GetHostname(type_, https_options_), 0);

Completed in 173 milliseconds