Searched defs:toFile (Results 1 – 6 of 6) sorted by relevance
39 inline fun Uri.toFile(): File = File(path) method
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
1469 final File toFile = new File(toDir, fromFile.getName()); in copyFiles() local
538 File toFile = new File(mainStorageDir, "to" + newFile.getName()); in testObjectMoved() local