Searched refs:batchResultFile (Results 1 – 3 of 3) sorted by relevance
80 batchResultFile = config.name + ".qpa"88 for file in [batchResultFile, junitFile]:107 '--out=%s' % batchResultFile,113 execute([junitToolPath, batchResultFile, junitFile])
47 std::string batchResultFile; member61 cmdLine.batchResultFile = argv[argc-2]; in parseCommandLine()171 batchResultToJUnitReport(cmdLine.batchResultFile.c_str(), cmdLine.outputFile.c_str()); in main()
83 std::string batchResultFile; member104 cmdLine.batchResultFile = opts.getArgs()[0]; in parseCommandLine()389 batchResultToSingleXmlFile(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str()); in main()391 batchResultToSeparateXmlFiles(cmdLine.batchResultFile.c_str(), cmdLine.outputPath.c_str()); in main()