Searched refs:AppendSwitch (Results 1 – 8 of 8) sorted by relevance
275 cl.AppendSwitch(switch1); in TEST()312 cl.AppendSwitch("switch1"); in TEST()333 cl1.AppendSwitch("switch1"); in TEST()342 c1.AppendSwitch("switch1"); in TEST()344 c2.AppendSwitch("switch2"); in TEST()396 initial->AppendSwitch("a"); in TEST()397 initial->AppendSwitch("bbbbbbbbbbbbbbb"); in TEST()398 initial->AppendSwitch("c"); in TEST()411 cl.AppendSwitch("a"); in TEST()412 cl.AppendSwitch("b"); in TEST()[all …]
177 void AppendSwitch(const std::string& switch_string);
318 void CommandLine::AppendSwitch(const std::string& switch_string) { in AppendSwitch() function in base::CommandLine
137 command_line.AppendSwitch(switch_string); in StartChildWithExtraSwitch()164 command_line.AppendSwitch(kRunAsBrokerClient); in StartChildWithExtraSwitch()
59 CommandLine::ForCurrentProcess()->AppendSwitch(switch_string); in JNI_CommandLine_AppendSwitch()
155 child_command_line.AppendSwitch(unlock_action); in StartChildAndSignalLock()
154 new_cmd_line.AppendSwitch(kSingleProcessTestsFlag); in GetCommandLineForChildGTestProcess()
127 cmdline->AppendSwitch(switches::kDisableDevShmUsage); in SetUp()