Searched refs:newChild (Results 1 – 3 of 3) sorted by relevance
97 File newChild = new File(newDir, oldChild.getName()); in copyRetryFiles() local98 if (!newChild.exists()) { in copyRetryFiles()103 FileUtil.recursiveCopy(oldChild, newChild); in copyRetryFiles()105 FileUtil.copyFile(oldChild, newChild); in copyRetryFiles()110 } else if (oldChild.isDirectory() && newChild.isDirectory()) { in copyRetryFiles()113 copyRetryFiles(oldChild, newChild); in copyRetryFiles()
1052 File newChild = new File(newDir, oldChild.getName()); in copyRetryFiles() local1053 if (!newChild.exists()) { in copyRetryFiles()1057 FileUtil.recursiveCopy(oldChild, newChild); in copyRetryFiles()1059 FileUtil.copyFile(oldChild, newChild); in copyRetryFiles()1064 } else if (oldChild.isDirectory() && newChild.isDirectory()) { in copyRetryFiles()1067 copyRetryFiles(oldChild, newChild); in copyRetryFiles()
META-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...