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
142 virtual CommandLine MakeCmdLine(const std::string& procname);
195 CommandLine MakeCmdLine(const std::string& procname) override { in MakeCmdLine() function in base::SharedMemoryMacMultiProcessTest196 CommandLine command_line = MultiProcessTest::MakeCmdLine(procname); in MakeCmdLine()
62 MakeCmdLine(procname), launch_options, ns_sandbox_options); in TestProcWithOptions()