Home
last modified time | relevance | path

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

/external/libchrome/base/test/launcher/
Dunit_test_launcher.cc141 CommandLine new_cmd_line(*CommandLine::ForCurrentProcess()); in GetCommandLineForChildGTestProcess() local
152 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()