HomeSort by relevance Sort by last modified time
    Searched defs:CrunchCache (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt/
CrunchCache.h 19 /** CrunchCache
29 class CrunchCache {
32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff);
CrunchCache.cpp 4 // Implementation file for CrunchCache
6 // CrunchCache.h
15 #include "CrunchCache.h"
19 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff)
32 size_t CrunchCache::crunch(CacheUpdater* cu, bool forceOverwrite)
79 void CrunchCache::loadFiles()
97 bool CrunchCache::needsUpdating(const String8& relativePath) const

Completed in 95 milliseconds