Searched defs:batchResultFile (Results 1 - 2 of 2) sorted by relevance

/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 84 milliseconds