Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java83 private static class FilePair { class in FileDownloadCache
87 FilePair(String relPath, File file) { in FilePair() method in FileDownloadCache.FilePair
96 private static class FileTimeComparator implements Comparator<FilePair> {
98 public int compare(FilePair o1, FilePair o2) { in compare()
129 List<FilePair> cacheEntryList = new LinkedList<FilePair>(); in FileDownloadCache()
134 for (FilePair cacheEntry : cacheEntryList) { in FileDownloadCache()
159 List<FilePair> cacheEntryList) { in addFiles()
178 cacheEntryList.add(new FilePair(relPath.toString(), childFile)); in addFiles()