Home | History | Annotate | Download | only in jdiff

Lines Matching refs:tempFileName

31     	String tempFileName = outputFileName;
33 tempFileName = outputDirectory;
34 if (!tempFileName.endsWith(JDiff.DIR_SEP))
35 tempFileName += JDiff.DIR_SEP;
36 tempFileName += outputFileName;
40 FileOutputStream fos = new FileOutputStream(tempFileName);
42 System.out.println("JDiff: writing the API to file '" + tempFileName + "'...");
52 System.out.println("IO Error while attempting to create " + tempFileName);