Searched defs:cu (Results 1 - 2 of 2) sorted by last modified time

/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 DResource.cpp1071 CacheUpdater* cu = new SystemCacheUpdater(bundle); local
1072 size_t numFiles = cc.crunch(cu);
1078 delete cu;

Completed in 60 milliseconds