Searched defs:toFile (Results 1 – 5 of 5) 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
459 Path toFile = appSpecifiedPath.resolve(relativeLocation); in moveToFinalLocation() local
580 File toFile = new File(mainStorageDir, "to" + newFile.getName()); in testObjectMoved() local
1941 final File toFile = new File(toDir, fromFile.getName()); in copyFiles() local