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

  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup.cc 14 // Any errors or warnings from this program are recorded in tld_cleanup.log.
35 #include "net/tools/tld_cleanup/tld_cleanup_util.h"
60 log_filename = log_filename.AppendASCII("tld_cleanup.log");
84 net::tld_cleanup::NormalizeResult result =
85 net::tld_cleanup::NormalizeFile(input_file, output_file);
86 if (result != net::tld_cleanup::kSuccess) {
88 "Errors or warnings processing file. See log in tld_cleanup.log.");
91 if (result == net::tld_cleanup::kError)
tld_cleanup_util.h 16 namespace tld_cleanup { namespace in namespace:net
34 // (see the file comments in tld_cleanup.cc), and saves it into |out_filename|.
45 } // namespace tld_cleanup
tld_cleanup_util.cc 5 #include "net/tools/tld_cleanup/tld_cleanup_util.h"
25 namespace tld_cleanup { namespace in namespace:net
37 "// This file is generated by net/tools/tld_cleanup/.\n"
253 } // namespace tld_cleanup
tld_cleanup_util_unittest.cc 5 #include "net/tools/tld_cleanup/tld_cleanup_util.h"
12 namespace tld_cleanup { namespace in namespace:net
167 } // namespace tld_cleanup

Completed in 136 milliseconds