Searched refs:batchResultFile (Results 1 - 3 of 3) sorted by relevance

/external/deqp/scripts/
H A Drun_internal_tests.py80 batchResultFile = config.name + ".qpa"
88 for file in [batchResultFile, junitFile]:
107 '--out=%s' % batchResultFile,
113 execute([junitToolPath, batchResultFile, junitFile])
/external/deqp/executor/tools/
H A DxeBatchResultToJUnit.cpp47 std::string batchResultFile; member in struct:CommandLine
61 cmdLine.batchResultFile = argv[argc-2];
171 batchResultToJUnitReport(cmdLine.batchResultFile.c_str(), cmdLine.outputFile.c_str());
H A DxeBatchResultToXml.cpp83 std::string batchResultFile; member in struct:CommandLine
104 cmdLine.batchResultFile = opts.getArgs()[0];
389 batchResultToSingleXmlFile(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str());
391 batchResultToSeparateXmlFiles(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str());

Completed in 143 milliseconds