Searched refs:MakeCmdLine (Results 1 – 4 of 4) sorted by relevance
67 return SpawnMultiProcessTestChild(procname, MakeCmdLine(procname), options);71 CommandLine MultiProcessTest::MakeCmdLine(const std::string& procname) { in MakeCmdLine() function in base::MultiProcessTest
138 virtual CommandLine MakeCmdLine(const std::string& procname);
69 return SpawnMultiProcessTestChild(procname, MakeCmdLine(procname), options);73 CommandLine MultiProcessTest::MakeCmdLine(const std::string& procname) {
753 LaunchProcess(MakeCmdLine("SimpleChildProcess"), options).IsValid()); in TEST_F()788 CommandLine cmd_line = MakeCmdLine("TriggerEventChildProcess"); in TEST_F()