Home | History | Annotate | Download | only in jdiff

Lines Matching refs:fos

69             FileOutputStream fos = new FileOutputStream(changesSummaryName);
70 reportFile = new PrintWriter(fos);
291 FileOutputStream fos = new FileOutputStream(localReportFileName);
292 reportFile = new PrintWriter(fos);
494 FileOutputStream fos = new FileOutputStream(localReportFileName);
495 reportFile = new PrintWriter(fos);