Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
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()
DCrunchCache.h29 class CrunchCache {
32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff);
DAndroid.bp83 "CrunchCache.cpp",
DResource.cpp1181 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()