Home
last modified time | relevance | path

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

/external/angle/src/tests/test_utils/runner/
DTestSuite.cpp1447 std::stringstream commandLineStr; in launchChildTestProcess() local
1450 commandLineStr << arg << " "; in launchChildTestProcess()
1453 processInfo.commandLine = commandLineStr.str(); in launchChildTestProcess()