Home
last modified time | relevance | path

Searched refs:newChild (Results 1 – 3 of 3) 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.java1052 File newChild = new File(newDir, oldChild.getName()); in copyRetryFiles() local
1053 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()
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...