Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/
DTestSuite.cpp1489 std::stringstream commandLineStr; in launchChildTestProcess() local
1492 commandLineStr << arg << " "; in launchChildTestProcess()
1495 processInfo.commandLine = commandLineStr.str(); in launchChildTestProcess()