Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java129 List<FilePair> cacheEntryList = new LinkedList<FilePair>(); in FileDownloadCache() local
130 addFiles(mCacheRoot, new Stack<String>(), cacheEntryList); in FileDownloadCache()
132 Collections.sort(cacheEntryList, new FileTimeComparator()); in FileDownloadCache()
134 for (FilePair cacheEntry : cacheEntryList) { in FileDownloadCache()
159 List<FilePair> cacheEntryList) { in addFiles() argument
169 addFiles(childFile, relPathSegments, cacheEntryList); in addFiles()
178 cacheEntryList.add(new FilePair(relPath.toString(), childFile)); in addFiles()