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.h123 virtual CommandLine MakeCmdLine(const std::string& procname);
/external/opencv3/platforms/scripts/
Dcmake_android_all_cameras.py60 MakeCmdLine = "make %s >> \"%s\" 2>&1" % (MakeTarget, BuildLog); variable
64 os.system(MakeCmdLine)
/external/libchrome/sandbox/linux/services/
Dnamespace_sandbox_unittest.cc63 MakeCmdLine(procname), launch_options, ns_sandbox_options); in TestProcWithOptions()