Searched refs:commandLineStr (Results 1 – 1 of 1) sorted by relevance
1429 std::stringstream commandLineStr; in launchChildTestProcess() local1432 commandLineStr << arg << " "; in launchChildTestProcess()1435 processInfo.commandLine = commandLineStr.str(); in launchChildTestProcess()