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

/external/chromium_org/net/dns/
H A Ddns_hosts.cc5 #include "net/dns/dns_hosts.h"
108 void ParseHosts(const std::string& contents, DnsHosts* dns_hosts) { argument
109 CHECK(dns_hosts);
110 DnsHosts& hosts = *dns_hosts;
143 bool ParseHostsFile(const base::FilePath& path, DnsHosts* dns_hosts) { argument
144 dns_hosts->clear();
164 ParseHosts(contents, dns_hosts);
/external/chromium_org/net/tools/gdig/
H A Dgdig.cc85 std::string DnsHostsToString(const DnsHosts& dns_hosts) { argument
87 for (DnsHosts::const_iterator i = dns_hosts.begin();
88 i != dns_hosts.end();

Completed in 76 milliseconds