Searched refs:mCacheRoot (Results 1 – 1 of 1) sorted by relevance
56 private final File mCacheRoot; field in FileDownloadCache113 mCacheRoot = cacheRoot; in FileDownloadCache()114 if (!mCacheRoot.exists()) { in FileDownloadCache()115 CLog.d("Creating file cache at %s", mCacheRoot.getAbsolutePath()); in FileDownloadCache()116 if (!mCacheRoot.mkdirs()) { in FileDownloadCache()120 mCacheRoot.getAbsolutePath()), in FileDownloadCache()126 CLog.d("Building file cache from contents at %s", mCacheRoot.getAbsolutePath()); in FileDownloadCache()130 addFiles(mCacheRoot, new Stack<String>(), cacheEntryList); in FileDownloadCache()191 File f = new File(mCacheRoot, convertPath(remoteFilePath)); in lockFile()226 File f = new File(mCacheRoot, convertPath(remoteFilePath)); in tryLockFile()[all …]