Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousSessionFileCopier.java96 File newChild = new File(newDir, oldChild.getName()); in copyRetryFiles() local
97 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()