Searched refs:needsUpdating (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DCrunchCache.h68 /** needsUpdating takes a file path
80 * if (needsUpdating(filePath))
84 bool needsUpdating(String8 relativePath) const;
H A DCrunchCache.cpp54 if (forceOverwrite || needsUpdating(relativePath)) {
97 bool CrunchCache::needsUpdating(String8 relativePath) const function in class:CrunchCache

Completed in 51 milliseconds