Searched refs:mCacheDir (Results 1 – 7 of 7) sorted by relevance
44 private File mCacheDir; field in RenamingDelegatingContext228 if (mCacheDir == null) { in getCacheDir()229 mCacheDir = new File(mFileContext.getCacheDir(), renamedFileName("cache")); in getCacheDir()231 if (!mCacheDir.exists()) { in getCacheDir()232 if(!mCacheDir.mkdirs()) { in getCacheDir()237 mCacheDir.getPath(), in getCacheDir()242 return mCacheDir; in getCacheDir()
28 … rs->mCacheDir.c_str(), rs->mCacheDir.length(), (const char *)codeTxt, codeLength); in ScriptC()
488 mCacheDir = name; in init()
171 std::string mCacheDir; variable
127 File f = new File(rs.mCacheDir, CACHE_PATH); in internalCreate()138 File f = new File(rs.mCacheDir, CACHE_PATH); in internalStringCreate()
126 static File mCacheDir; field in RenderScript156 mCacheDir = cacheDir; in setupDiskCache()
254 private File mCacheDir; field in ContextImpl1071 if (mCacheDir == null) { in getCacheDir()1072 mCacheDir = new File(getDataDirFile(), "cache"); in getCacheDir()1074 return createFilesDirLocked(mCacheDir); in getCacheDir()