Searched refs:new_cmd_line (Results 1 – 1 of 1) sorted by relevance
141 CommandLine new_cmd_line(*CommandLine::ForCurrentProcess()); in GetCommandLineForChildGTestProcess() local152 new_cmd_line.AppendSwitchPath(switches::kTestLauncherOutput, output_file); in GetCommandLineForChildGTestProcess()153 new_cmd_line.AppendSwitchPath(kGTestFlagfileFlag, flag_file); in GetCommandLineForChildGTestProcess()154 new_cmd_line.AppendSwitch(kSingleProcessTestsFlag); in GetCommandLineForChildGTestProcess()156 return new_cmd_line; in GetCommandLineForChildGTestProcess()