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

  /external/chromium/net/tools/dump_cache/
dump_cache.cc 28 int GetMajorVersion(const std::wstring& input_path);
29 int DumpContents(const std::wstring& input_path);
30 int DumpHeaders(const std::wstring& input_path);
31 int RunSlave(const std::wstring& input_path, const std::wstring& pipe_number);
117 std::wstring input_path = command_line.GetSwitchValue(kInputPath); local
118 if (input_path.empty())
136 int version = GetMajorVersion(input_path);
150 return RunSlave(input_path, pipe_number);
176 return DumpContents(input_path);
178 return DumpHeaders(input_path);
    [all...]
  /external/chromium/net/tools/hresolv/
hresolv.cc 305 input_path() {
312 FilePath input_path; member in struct:CommandLineOptions
349 options->input_path = command_line->GetSwitchValuePath(kInputPath);
432 if (options.input_path.empty()) {
438 if (!ReadHostsAndTimesFromFile(options.input_path, &hosts_and_times)) {

Completed in 186 milliseconds