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