Searched defs:toFile (Results 1 – 7 of 7) sorted by relevance
138 …private static void copyFile(FileInputStream fromFile, FileOutputStream toFile) throws IOException… in copyFile()
1061 private fun Uri.toFile() = if (this.path != null) { in toFile() method
1285 private fun Uri.toFile() = File(this.path) in toFile() method