Searched refs:input_path (Results 1 – 6 of 6) sorted by relevance
/external/chromium/net/tools/dump_cache/ |
D | 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); in main() local 118 if (input_path.empty()) in main() 136 int version = GetMajorVersion(input_path); in main() 150 return RunSlave(input_path, pipe_number); in main() 176 return DumpContents(input_path); in main() 178 return DumpHeaders(input_path); in main()
|
D | dump_files.cc | 256 int GetMajorVersion(const std::wstring& input_path) { in GetMajorVersion() argument 257 std::wstring index_name(input_path); in GetMajorVersion() 264 std::wstring data_name(input_path); in GetMajorVersion() 269 data_name = input_path; in GetMajorVersion() 278 int DumpHeaders(const std::wstring& input_path) { in DumpHeaders() argument 279 std::wstring index_name(input_path); in DumpHeaders() 285 file_util::FileEnumerator iter(FilePath::FromWStringHack(input_path), false, in DumpHeaders() 296 int DumpContents(const std::wstring& input_path) { in DumpContents() argument 297 DumpHeaders(input_path); in DumpContents() 301 CacheDumper dumper(input_path); in DumpContents()
|
D | upgrade.cc | 812 int RunSlave(const std::wstring& input_path, const std::wstring& pipe_number) { in RunSlave() argument 821 SlaveSM slave(input_path, pipe); in RunSlave()
|
/external/chromium/net/tools/hresolv/ |
D | hresolv.cc | 305 input_path() { in CommandLineOptions() 312 FilePath input_path; member 349 options->input_path = command_line->GetSwitchValuePath(kInputPath); in ParseCommandLine() 432 if (options.input_path.empty()) { in main() 438 if (!ReadHostsAndTimesFromFile(options.input_path, &hosts_and_times)) { in main()
|
/external/srec/portable/src/ |
D | PFileWrap.c | 489 ESR_ReturnCode pf_is_path_absolute ( const LCHAR* input_path, ESR_BOOL* isAbsolute ) in pf_is_path_absolute() argument 496 LSTRCPY ( path, input_path ); in pf_is_path_absolute()
|
/external/srec/portable/include/ |
D | PFile.h | 588 PORTABLE_API ESR_ReturnCode pf_is_path_absolute ( const LCHAR* input_path, ESR_BOOL* isAbsolute );
|