Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dmultiprocess_test.cc53 return SpawnMultiProcessTestChild(procname, MakeCmdLine(procname), options); in SpawnChildWithOptions()
56 CommandLine MultiProcessTest::MakeCmdLine(const std::string& procname) { in MakeCmdLine() function in base::MultiProcessTest
Dmultiprocess_test.h142 virtual CommandLine MakeCmdLine(const std::string& procname);
/external/libchrome/base/memory/
Dshared_memory_mac_unittest.cc195 CommandLine MakeCmdLine(const std::string& procname) override { in MakeCmdLine() function in base::SharedMemoryMacMultiProcessTest
196 CommandLine command_line = MultiProcessTest::MakeCmdLine(procname); in MakeCmdLine()
/external/libchrome/sandbox/linux/services/
Dnamespace_sandbox_unittest.cc62 MakeCmdLine(procname), launch_options, ns_sandbox_options); in TestProcWithOptions()