Lines Matching refs:newCmdLine
787 std::string newCmdLine;
793 newCmdLine = appName + " --deqp-subprocess=enable --deqp-log-filename=" + qpaFileName.str();
798 newCmdLine += " --deqp-pipeline-compiler=" + std::string(testCtx.getCommandLine().getPipelineCompilerPath());
799 newCmdLine += " --deqp-pipeline-file=" + pipelineCompilerOutFileName.str();
801 newCmdLine += " --deqp-pipeline-dir=" + std::string(testCtx.getCommandLine().getPipelineCompilerDataDir());
802 newCmdLine += " --deqp-pipeline-logfile=" + pipelineCompilerLogFileName.str();
804 newCmdLine += " --deqp-pipeline-prefix=" + pipelineCompilerPrefix.str();
806 newCmdLine += " --deqp-pipeline-args=\"" + std::string( testCtx.getCommandLine().getPipelineCompilerArgs() ) + "\"";
859 newCmdLine = newCmdLine + " " + args[i];
880 newCmdLine = newCmdLine + " --deqp-caselist-file=" + caseListName;
889 if (deProcess_start(process, newCmdLine.c_str(), ".") != DE_TRUE)