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;
10594 ArrayList<PackageParser.Package> needsUpdating = null;10596 needsUpdating = new ArrayList<>(1);10597 needsUpdating.add(updatedPkg);10601 (needsUpdating == null) ? null : needsUpdating.remove(0);10622 needsUpdating.add(pkg);10642 } while (needsUpdating != null && needsUpdating.size() > 0);