Home | History | Annotate | Download | only in app

Lines Matching defs:targetFile

490             final File targetFile = new File(targetDir, sourceFile.getName());
491 Log.d(TAG, "Migrating " + sourceFile + " to " + targetFile);
493 FileUtils.copyFileOrThrow(sourceFile, targetFile);
494 FileUtils.copyPermissions(sourceFile, targetFile);