Searched refs:newChild (Results 1 – 2 of 2) 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()
1051 File newChild = new File(newDir, oldChild.getName()); in copyRetryFiles() local1052 if (!newChild.exists()) { in copyRetryFiles()1056 FileUtil.recursiveCopy(oldChild, newChild); in copyRetryFiles()1058 FileUtil.copyFile(oldChild, newChild); in copyRetryFiles()1063 } else if (oldChild.isDirectory() && newChild.isDirectory()) { in copyRetryFiles()1066 copyRetryFiles(oldChild, newChild); in copyRetryFiles()