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

/frameworks/base/tools/aapt/
H A DCrunchCache.cpp4 // Implementation file for CrunchCache
6 // CrunchCache.h
14 #include "CrunchCache.h"
18 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) function in class:CrunchCache
31 size_t CrunchCache::crunch(CacheUpdater* cu, bool forceOverwrite)
78 void CrunchCache::loadFiles()
96 bool CrunchCache::needsUpdating(String8 relativePath) const
H A DCrunchCache.h19 /** CrunchCache
29 class CrunchCache { class
32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff);
H A DAndroid.mk16 CrunchCache.cpp \
H A DResource.cpp13 #include "CrunchCache.h"
865 CrunchCache cc(source,dest,ff);
/frameworks/base/tools/aapt/tests/
H A DCrunchCache_test.cpp8 #include "CrunchCache.h"
52 CrunchCache cc(source,dest,ff);
94 CrunchCache scc(source2,dest2,sff);

Completed in 51 milliseconds