Searched refs:MakeCmdLine (Results 1 – 4 of 4) sorted by relevance
53 return SpawnMultiProcessTestChild(procname, MakeCmdLine(procname), options); in SpawnChildWithOptions()56 CommandLine MultiProcessTest::MakeCmdLine(const std::string& procname) { in MakeCmdLine() function in base::MultiProcessTest
123 virtual CommandLine MakeCmdLine(const std::string& procname);
60 MakeCmdLine = "make %s >> \"%s\" 2>&1" % (MakeTarget, BuildLog); variable64 os.system(MakeCmdLine)
63 MakeCmdLine(procname), launch_options, ns_sandbox_options); in TestProcWithOptions()