Home
last modified time | relevance | path

Searched refs:SystemCacheUpdater (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/tools/aapt/
H A DCacheUpdater.h51 class SystemCacheUpdater : public CacheUpdater {
54 explicit SystemCacheUpdater (Bundle* b) in SystemCacheUpdater() function
H A DResource.cpp1183 CacheUpdater* cu = new SystemCacheUpdater(bundle); in updatePreProcessedCache()
/aosp12/frameworks/base/tools/aapt/tests/
H A DCrunchCache_test.cpp92 CacheUpdater* scu = new SystemCacheUpdater(); in main()