Searched defs:toFile (Results 1 – 3 of 3) sorted by relevance
134 void toFile(String fileName) throws IOException { in toFile() method in Root
65 void toFile(String filename, boolean sync) throws IOException { in toFile() method in RandomBlock
966 final File toFile = new File(toDir, fromFile.getName()); in copyFiles() local