Home | History | Annotate | Download | only in build

Lines Matching defs:mCacheRoot

49     private final File mCacheRoot;
103 mCacheRoot = cacheRoot;
104 if (!mCacheRoot.exists()) {
106 mCacheRoot.getAbsolutePath()));
107 if (!mCacheRoot.mkdirs()) {
109 mCacheRoot.getAbsolutePath()));
113 mCacheRoot.getAbsolutePath()));
114 // create an unsorted list of all the files in mCacheRoot. Need to create list first
117 addFiles(mCacheRoot, new Stack<String>(), cacheEntryList);
139 * <var>mCacheRoot</var>
256 cachedFile = new File(mCacheRoot, localRelativePath);