Home
last modified time | relevance | path

Searched refs:batchResultFilename (Results 1 – 2 of 2) sorted by relevance

/external/deqp/executor/tools/
DxeBatchResultToXml.cpp201 static void batchResultToSingleXmlFile (const char* batchResultFilename, const char* dstFileName) in batchResultToSingleXmlFile() argument
215 << xe::xml::Writer::Attribute("FileName", de::FilePath(batchResultFilename).getBaseName()); in batchResultToSingleXmlFile()
218 parseBatchResult(parser, batchResultFilename); in batchResultToSingleXmlFile()
334 static void batchResultToSeparateXmlFiles (const char* batchResultFilename, const char* dstPath) in batchResultToSeparateXmlFiles() argument
351 parseBatchResult(parser, batchResultFilename); in batchResultToSeparateXmlFiles()
DxeBatchResultToJUnit.cpp136 static void batchResultToJUnitReport (const char* batchResultFilename, const char* dstFileName) in batchResultToJUnitReport() argument
151 parseBatchResult(parser, batchResultFilename); in batchResultToJUnitReport()