Searched refs:reportFile (Results 1 – 10 of 10) sorted by relevance
70 reportFile = new PrintWriter(fos); in generate()126 reportFile.close(); in generate()283 oldReportFile = reportFile; in reportChangedPackage()292 reportFile = new PrintWriter(fos); in reportChangedPackage()443 reportFile.close(); in reportChangedPackage()444 reportFile = oldReportFile; in reportChangedPackage()488 oldReportFile = reportFile; in reportChangedClass()495 reportFile = new PrintWriter(fos); in reportChangedClass()583 reportFile.close(); in reportChangedClass()584 reportFile = oldReportFile; in reportChangedClass()[all …]
30 h_.reportFile = new PrintWriter(fos); in emitTopLevelFile()71 h_.reportFile.close(); in emitTopLevelFile()83 h_.reportFile = new PrintWriter(fos); in emitTopLeftFile()116 h_.reportFile.close(); in emitTopLeftFile()129 h_.reportFile = new PrintWriter(fos); in emitHelp()260 h_.reportFile.close(); in emitHelp()275 h_.reportFile = new PrintWriter(fos); in emitStylesheet()331 h_.reportFile.close(); in emitStylesheet()
32 h_.reportFile = new PrintWriter(fos); in emitStatistics()168 h_.reportFile.close(); in emitStatistics()
89 h_.reportFile = new PrintWriter(fos); in emitBottomLeftFile()114 h_.reportFile.close(); in emitBottomLeftFile()
75 if (run->global->cfg.reportFile == NULL) { in report_Report()79 snprintf(reportFName, sizeof(reportFName), "%s", run->global->cfg.reportFile); in report_Report()
310 .reportFile = NULL, in cmdlineParse()561 hfuzz->cfg.reportFile = optarg; in cmdlineParse()
242 const char* reportFile; member
360 private void writeReportFile(File reportFile, String results) { in writeReportFile() argument362 Writer writer = new FileWriter( reportFile ); in writeReportFile()
472 reportFile := filepath.Join("crashes", dir, "report"+index)473 if osutil.IsExist(filepath.Join(workdir, reportFile)) {474 crash.Report = reportFile
118 def reportFile = new File(reportDir, "report.txt")119 def reportStream = new FileOutputStream(reportFile)