Searched defs:cu (Results 1 - 2 of 2) sorted by relevance

/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.cpp1043 CacheUpdater* cu = new SystemCacheUpdater(bundle); local
1044 size_t numFiles = cc.crunch(cu);
1050 delete cu;

Completed in 1316 milliseconds