Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCacheFactory.java54 public synchronized FileDownloadCache getCache(File cacheDir) { in getCache() argument
55 FileDownloadCache cache = mCacheObjectMap.get(cacheDir.getAbsolutePath()); in getCache()
57 cache = new FileDownloadCache(cacheDir); in getCache()
58 mCacheObjectMap.put(cacheDir.getAbsolutePath(), cache); in getCache()
DFileDownloadCacheWrapper.java33 public FileDownloadCacheWrapper(File cacheDir, IFileDownloader delegateDownloader) { in FileDownloadCacheWrapper() argument
34 mCache = FileDownloadCacheFactory.getInstance().getCache(cacheDir); in FileDownloadCacheWrapper()
/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheTest.java312 File cacheDir = FileUtil.createTempDir("cache-unittest"); in testCacheRebuild() local
313 File subDir = FileUtil.createTempDir("subdir", cacheDir); in testCacheRebuild()
319 new FileDownloadCache(cacheDir) { in testCacheRebuild()
332 FileUtil.recursiveDelete(cacheDir); in testCacheRebuild()
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/doc/
DDocAnalyzer.kt920 cacheDir: File? = null, in getApiLookup()
926 if (cacheDir != null) { in getApiLookup()
927 return cacheDir in getApiLookup()