Searched defs:FLAGS_hostname (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/tools/quic/
H A Dquic_client_bin.cc27 std::string FLAGS_hostname = "localhost"; variable
75 FLAGS_hostname = line->GetSwitchValueASCII("hostname");
97 << " hostname: " << FLAGS_hostname
116 VLOG(1) << "Conecting to " << FLAGS_hostname << ":" << FLAGS_port
134 net::QuicServerId(FLAGS_hostname, FLAGS_port, FLAGS_secure,
142 << FLAGS_hostname << ":" << FLAGS_port;

Completed in 121 milliseconds