Searched defs:cacheRoot (Results 1 – 2 of 2) sorted by relevance
271 File cacheRoot = FileUtil.createTempDir("constructorTest"); in testConstructor_createCache() local296 File cacheRoot = FileUtil.createTempDir("testConstructor_cacheExceeded"); in testConstructor_cacheExceeded() local308 new FileDownloadCache(cacheRoot) { in testConstructor_cacheExceeded() argument
112 FileDownloadCache(File cacheRoot) { in FileDownloadCache()