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

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DEftarFile.java232 public void write(String outPath) throws FileNotFoundException, IOException { argument
235 out = new DataOutputStream(new BufferedOutputStream(new FileOutputStream(outPath)));

Completed in 13 milliseconds