Home
last modified time | relevance | path

Searched refs:GetSwitchValuePath (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/test/
Dperf_test_suite.cc26 CommandLine::ForCurrentProcess()->GetSwitchValuePath("log-file"); in Initialize()
Dtrace_to_file.cc41 ->GetSwitchValuePath(switches::kTraceToFileName)); in BeginTracingFromCommandLineOptions()
Dtest_suite.cc233 FilePath output_path(CommandLine::ForCurrentProcess()->GetSwitchValuePath( in AddTestLauncherResultPrinter()
/external/libchrome/base/
Dcommand_line.h169 FilePath GetSwitchValuePath(const StringPiece& switch_string) const;
Dcommand_line.cc306 FilePath CommandLine::GetSwitchValuePath( in GetSwitchValuePath() function in base::CommandLine
/external/libchrome/base/files/
Dfile_locking_unittest.cc89 const FilePath temp_path = command_line->GetSwitchValuePath(kTempDirFlag); in MULTIPROCESS_TEST_MAIN()
Dfile_util_unittest.cc2867 const FilePath pipe_path = command_line->GetSwitchValuePath("pipe-path"); in MULTIPROCESS_TEST_MAIN()
2890 const FilePath pipe_path = command_line->GetSwitchValuePath("pipe-path"); in MULTIPROCESS_TEST_MAIN()
3021 const FilePath pipe_path = command_line->GetSwitchValuePath("pipe-path"); in MULTIPROCESS_TEST_MAIN()
3048 const FilePath pipe_path = command_line->GetSwitchValuePath("pipe-path"); in MULTIPROCESS_TEST_MAIN()
/external/libchrome/base/test/launcher/
Dtest_launcher.cc952 command_line->GetSwitchValuePath(switches::kTestLauncherFilterFile)); in Init()
1228 FilePath summary_path(command_line->GetSwitchValuePath( in MaybeSaveSummaryAsJSON()
1236 command_line->GetSwitchValuePath(switches::kTestLauncherTrace)); in MaybeSaveSummaryAsJSON()
Dtest_results_tracker.cc174 command_line.GetSwitchValuePath(kGTestOutputFlag); in Init()
/external/libchrome/base/i18n/
Dbuild_utf8_validator_tables.cc441 base::CommandLine::ForCurrentProcess()->GetSwitchValuePath("output"); in main()
/external/libchrome/base/process/
Dprocess_metrics_unittest.cc556 const FilePath temp_path = command_line->GetSwitchValuePath(kTempDirFlag); in MULTIPROCESS_TEST_MAIN()