Home
last modified time | relevance | path

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

/frameworks/base/include/androidfw/
DAssetManager.h74 CACHE_OFF, // don't try to cache file locations enumerator
79 AssetManager(CacheMode cacheMode = CACHE_OFF);
/frameworks/base/libs/androidfw/
DAssetManager.cpp518 if (mCacheMode != CACHE_OFF && !mCacheValid) in open()
555 if (mCacheMode != CACHE_OFF && !mCacheValid) in openNonAsset()
585 if (mCacheMode != CACHE_OFF && !mCacheValid) in openNonAsset()
644 if (mCacheMode != CACHE_OFF && !mCacheValid) in getResTable()
889 if (mCacheMode == CACHE_OFF) { in openInLocaleVendorLocked()
1160 if (mCacheMode != CACHE_OFF && !mCacheValid) in openDir()
1223 if (mCacheMode != CACHE_OFF && !mCacheValid) in openNonAssetDir()