Home
last modified time | relevance | path

Searched refs:CrunchCache (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/tools/aapt/
H A DCrunchCache.cpp19 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache() function in CrunchCache
32 size_t CrunchCache::crunch(CacheUpdater* cu, bool forceOverwrite) in crunch()
79 void CrunchCache::loadFiles() in loadFiles()
97 bool CrunchCache::needsUpdating(const String8& relativePath) const in needsUpdating()
H A DCrunchCache.h29 class CrunchCache {
32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff);
H A DAndroid.bp100 "CrunchCache.cpp",
H A DResource.cpp1181 CrunchCache cc(source,dest,ff); in updatePreProcessedCache()
/aosp12/frameworks/base/tools/aapt/tests/
H A DCrunchCache_test.cpp52 CrunchCache cc(source,dest,ff); in main()
94 CrunchCache scc(source2,dest2,sff); in main()