Searched refs:batchResultFilename (Results 1 – 2 of 2) sorted by relevance
201 static void batchResultToSingleXmlFile (const char* batchResultFilename, const char* dstFileName) in batchResultToSingleXmlFile() argument215 << 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() argument351 parseBatchResult(parser, batchResultFilename); in batchResultToSeparateXmlFiles()
136 static void batchResultToJUnitReport (const char* batchResultFilename, const char* dstFileName) in batchResultToJUnitReport() argument151 parseBatchResult(parser, batchResultFilename); in batchResultToJUnitReport()