Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DCrunchCache.cpp20 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) in CrunchCache() function in CrunchCache
33 size_t CrunchCache::crunch(CacheUpdater* cu, bool forceOverwrite) in crunch()
80 void CrunchCache::loadFiles() in loadFiles()
98 bool CrunchCache::needsUpdating(const String8& relativePath) const in needsUpdating()
DCrunchCache.h29 class CrunchCache {
32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff);
DAndroid.bp93 "CrunchCache.cpp",
DResource.cpp1184 CrunchCache cc(source,dest,ff); in updatePreProcessedCache()
/frameworks/base/tools/aapt/tests/
DCrunchCache_test.cpp52 CrunchCache cc(source,dest,ff); in main()
94 CrunchCache scc(source2,dest2,sff); in main()