Searched refs:outputPath (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/make/tools/src/build/tools/compileproperties/
H A DCompileProperties.java209 private static boolean createFile(String propertiesPath, String outputPath, argument
224 String packageName = inferPackageName(propertiesPath, outputPath);
243 File file = new File(outputPath);
261 new OutputStreamWriter(new FileOutputStream(outputPath), "8859_1"));
266 error("IO error writing to file " + outputPath, e);
273 error("IO error flush " + outputPath, e);
279 error("IO error close " + outputPath, e);
282 System.out.println("wrote: " + outputPath);
324 private static String inferPackageName(String inputPath, String outputPath) { argument
327 outputPath
[all...]
/openjdk7/langtools/make/tools/CompileProperties/
H A DCompileProperties.java203 private boolean createFile(String propertiesPath, String outputPath, argument
218 String packageName = inferPackageName(propertiesPath, outputPath);
237 File file = new File(outputPath);
255 new OutputStreamWriter(new FileOutputStream(outputPath), "8859_1"));
260 log.error("IO error writing to file " + outputPath, e);
267 log.error("IO error flush " + outputPath, e);
273 log.error("IO error close " + outputPath, e);
276 log.verbose("wrote: " + outputPath);
330 private static String inferPackageName(String inputPath, String outputPath) { argument
333 outputPath
[all...]

Completed in 33 milliseconds