Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/test_utils/runner/
H A DTestSuite.cpp1429 std::stringstream commandLineStr; in launchChildTestProcess() local
1432 commandLineStr << arg << " "; in launchChildTestProcess()
1435 processInfo.commandLine = commandLineStr.str(); in launchChildTestProcess()