Searched refs:new_command_line (Results 1 – 3 of 3) sorted by relevance
124 new_command_line = flag_changer._SerializeFlags(flags)125 new_flags = flag_changer._ParseFlags(new_command_line)
410 CommandLine new_command_line(command_line->GetProgram()); in Initialize() local417 new_command_line.AppendSwitchNative(iter.first, iter.second); in Initialize()419 *CommandLine::ForCurrentProcess() = new_command_line; in Initialize()
246 CommandLine new_command_line(command_line.GetProgram()); in PrepareCommandLineForGTest() local259 new_command_line.AppendSwitchNative((*iter).first, (*iter).second); in PrepareCommandLineForGTest()267 new_command_line.PrependWrapper(ASCIIToUTF16(wrapper)); in PrepareCommandLineForGTest()269 new_command_line.PrependWrapper(wrapper); in PrepareCommandLineForGTest()272 return new_command_line; in PrepareCommandLineForGTest()611 CommandLine new_command_line( in LaunchChildGTestProcess() local621 BindOnce(&DoLaunchChildTestProcess, new_command_line, timeout, options, in LaunchChildGTestProcess()