Home
last modified time | relevance | path

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

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