Home
last modified time | relevance | path

Searched defs:cacheRoot (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheFuncTest.java271 File cacheRoot = FileUtil.createTempDir("constructorTest"); in testConstructor_createCache() local
296 File cacheRoot = FileUtil.createTempDir("testConstructor_cacheExceeded"); in testConstructor_cacheExceeded() local
308 new FileDownloadCache(cacheRoot) { in testConstructor_cacheExceeded() argument
/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java112 FileDownloadCache(File cacheRoot) { in FileDownloadCache()