Searched refs:cu (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/tests/
H A DCrunchCache_test.cpp55 CacheUpdater* cu(mcu);
58 int result = cc.crunch(cu);
74 result = cc.crunch(cu, true);
84 delete cu;
/frameworks/base/tools/aapt/
H A DCrunchCache.cpp31 size_t CrunchCache::crunch(CacheUpdater* cu, bool forceOverwrite) argument
54 cu->processImage(mSourcePath.appendPathCopy(relativePath),
67 cu->deleteFile(mDestFiles.keyAt(0));
H A DCrunchCache.h55 size_t crunch(CacheUpdater* cu, bool forceOverwrite=false);
H A DResource.cpp867 CacheUpdater* cu = new SystemCacheUpdater(bundle); local
868 size_t numFiles = cc.crunch(cu);
874 delete cu;

Completed in 343 milliseconds