Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DPreviousSessionFileCopier.java91 File[] oldChildren = oldDir.listFiles(); in copyRetryFiles() local
92 for (File oldChild : oldChildren) { in copyRetryFiles()