Lines Matching refs:command_line

13 #include "base/command_line.h"
211 CommandLine PrepareCommandLineForGTest(const CommandLine& command_line,
213 CommandLine new_command_line(command_line.GetProgram());
214 CommandLine::SwitchMap switches = command_line.GetSwitches();
240 // Launches a child process using |command_line|. If the child process is still
243 int LaunchChildTestProcessWithOptions(const CommandLine& command_line,
299 if (!base::LaunchProcess(command_line, new_options, &process_handle))
302 g_live_processes.Get().insert(std::make_pair(process_handle, command_line));
350 const CommandLine& command_line,
404 command_line, options, flags, timeout, &was_timeout);
521 const CommandLine& command_line,
530 PrepareCommandLineForGTest(command_line, wrapper));
698 const CommandLine* command_line = CommandLine::ForCurrentProcess();
702 if (command_line->HasSwitch(switches::kTestLauncherTotalShards) &&
703 command_line->HasSwitch(switches::kTestLauncherShardIndex)) {
705 command_line->GetSwitchValueASCII(
712 command_line->GetSwitchValueASCII(
747 if (command_line->HasSwitch(kGTestRepeatFlag) &&
748 !StringToInt(command_line->GetSwitchValueASCII(kGTestRepeatFlag),
754 if (command_line->HasSwitch(switches::kTestLauncherRetryLimit)) {
756 if (!StringToInt(command_line->GetSwitchValueASCII(
764 } else if (!command_line->HasSwitch(kGTestFilterFlag) || BotModeEnabled()) {
770 if (command_line->HasSwitch(switches::kTestLauncherJobs)) {
772 if (!StringToInt(command_line->GetSwitchValueASCII(
780 } else if (command_line->HasSwitch(kGTestFilterFlag) && !BotModeEnabled()) {
791 if (command_line->HasSwitch(switches::kTestLauncherFilterFile) &&
792 command_line->HasSwitch(kGTestFilterFlag)) {
798 if (command_line->HasSwitch(switches::kTestLauncherFilterFile)) {
801 command_line->GetSwitchValuePath(switches::kTestLauncherFilterFile),
821 std::string filter = command_line->GetSwitchValueASCII(kGTestFilterFlag);
834 if (!results_tracker_.Init(*command_line)) {
918 const CommandLine* command_line = CommandLine::ForCurrentProcess();
923 if (!command_line->HasSwitch(kGTestRunDisabledTestsFlag))
997 const CommandLine* command_line = CommandLine::ForCurrentProcess();
998 if (command_line->HasSwitch(switches::kTestLauncherSummaryOutput)) {
999 FilePath summary_path(command_line->GetSwitchValuePath(