Searched refs:newChild (Results 1 – 1 of 1) sorted by relevance
96 File newChild = new File(newDir, oldChild.getName()); in copyRetryFiles() local97 if (!newChild.exists()) { in copyRetryFiles()102 FileUtil.recursiveCopy(oldChild, newChild); in copyRetryFiles()104 FileUtil.copyFile(oldChild, newChild); in copyRetryFiles()109 } else if (oldChild.isDirectory() && newChild.isDirectory()) { in copyRetryFiles()112 copyRetryFiles(oldChild, newChild); in copyRetryFiles()