Searched refs:GetSwitchValuePath (Results 1 – 11 of 11) sorted by relevance
26 CommandLine::ForCurrentProcess()->GetSwitchValuePath("log-file"); in Initialize()
41 ->GetSwitchValuePath(switches::kTraceToFileName)); in BeginTracingFromCommandLineOptions()
233 FilePath output_path(CommandLine::ForCurrentProcess()->GetSwitchValuePath( in AddTestLauncherResultPrinter()
169 FilePath GetSwitchValuePath(const StringPiece& switch_string) const;
306 FilePath CommandLine::GetSwitchValuePath( in GetSwitchValuePath() function in base::CommandLine
89 const FilePath temp_path = command_line->GetSwitchValuePath(kTempDirFlag); in MULTIPROCESS_TEST_MAIN()
2867 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()
952 command_line->GetSwitchValuePath(switches::kTestLauncherFilterFile)); in Init()1228 FilePath summary_path(command_line->GetSwitchValuePath( in MaybeSaveSummaryAsJSON()1236 command_line->GetSwitchValuePath(switches::kTestLauncherTrace)); in MaybeSaveSummaryAsJSON()
174 command_line.GetSwitchValuePath(kGTestOutputFlag); in Init()
441 base::CommandLine::ForCurrentProcess()->GetSwitchValuePath("output"); in main()
556 const FilePath temp_path = command_line->GetSwitchValuePath(kTempDirFlag); in MULTIPROCESS_TEST_MAIN()