Searched defs:destFile (Results 1 – 3 of 3) sorted by relevance
291 File destFile = new File(DIR_CAMERA, "renamed_" + HEVC_FILE_NAME); in testRenameTranscodedFile_FilePath() local412 File destFile = new File(DIR_CAMERA, "renamed_" + HEVC_FILE_NAME); in testTranscodedCacheReuseAfterRename_FilePath() local
270 public static boolean copyFile(File srcFile, File destFile) { in copyFile()284 public static void copyFileOrThrow(File srcFile, File destFile) throws IOException { in copyFileOrThrow()296 public static boolean copyToFile(InputStream inputStream, File destFile) { in copyToFile()310 public static void copyToFileOrThrow(InputStream in, File destFile) throws IOException { in copyToFileOrThrow()
356 final File destFile = new File(mBasePath, info.build()); in maybeRotate() local