Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dmultiprocess_test.cc67 return SpawnMultiProcessTestChild(procname, MakeCmdLine(procname), options);
71 CommandLine MultiProcessTest::MakeCmdLine(const std::string& procname) { in MakeCmdLine() function in base::MultiProcessTest
Dmultiprocess_test.h138 virtual CommandLine MakeCmdLine(const std::string& procname);
/external/libchrome/libchrome_tools/patch/
Dsubprocess.patch69 return SpawnMultiProcessTestChild(procname, MakeCmdLine(procname), options);
73 CommandLine MultiProcessTest::MakeCmdLine(const std::string& procname) {
/external/libchrome/base/process/
Dprocess_util_unittest.cc753 LaunchProcess(MakeCmdLine("SimpleChildProcess"), options).IsValid()); in TEST_F()
788 CommandLine cmd_line = MakeCmdLine("TriggerEventChildProcess"); in TEST_F()