Home
last modified time | relevance | path

Searched refs:targetDir (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DFileUtil.java98 public static void moveAllContentUnderDirectory(File sourceDir, File targetDir) { in moveAllContentUnderDirectory() argument
99 if (sourceDir.isDirectory() && targetDir.isDirectory()) { in moveAllContentUnderDirectory()
100 if (isSameOrSubDirectory(sourceDir, targetDir)) { in moveAllContentUnderDirectory()
107 final File dirTarget = new File(targetDir, file.getName()); in moveAllContentUnderDirectory()
112 final File fileTarget = new File(targetDir, file.getName()); in moveAllContentUnderDirectory()