Searched refs:needsUpdating (Results 1 – 3 of 3) sorted by relevance
54 if (forceOverwrite || needsUpdating(relativePath)) { in crunch()97 bool CrunchCache::needsUpdating(const String8& relativePath) const in needsUpdating() function in CrunchCache
84 bool needsUpdating(const String8& relativePath) const;
10647 ArrayList<PackageParser.Package> needsUpdating = null;10649 needsUpdating = new ArrayList<>(1);10650 needsUpdating.add(updatedPkg);10654 (needsUpdating == null) ? null : needsUpdating.remove(0);10675 needsUpdating.add(pkg);10695 } while (needsUpdating != null && needsUpdating.size() > 0);