Home
last modified time | relevance | path

Searched refs:CACHE_OFF (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
DAssetManager.h81 CACHE_OFF, // don't try to cache file locations enumerator
86 AssetManager(CacheMode cacheMode = CACHE_OFF);
/frameworks/base/libs/androidfw/
DAssetManager.cpp488 if (mCacheMode != CACHE_OFF && !mCacheValid) in open()
525 if (mCacheMode != CACHE_OFF && !mCacheValid) in openNonAsset()
555 if (mCacheMode != CACHE_OFF && !mCacheValid) in openNonAsset()
707 if (mCacheMode != CACHE_OFF && !mCacheValid) { in getResTable()
932 if (mCacheMode == CACHE_OFF) { in openInLocaleVendorLocked()
1199 if (mCacheMode != CACHE_OFF && !mCacheValid) in openDir()
1262 if (mCacheMode != CACHE_OFF && !mCacheValid) in openNonAssetDir()