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

  /frameworks/base/tools/aapt/
CrunchCache.h 68 /** needsUpdating takes a file path
80 * if (needsUpdating(filePath))
84 bool needsUpdating(String8 relativePath) const;
CrunchCache.cpp 53 if (forceOverwrite || needsUpdating(relativePath)) {
96 bool CrunchCache::needsUpdating(String8 relativePath) const

Completed in 36 milliseconds