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;
10655 ArrayList<PackageParser.Package> needsUpdating = null;10657 needsUpdating = new ArrayList<>(1);10658 needsUpdating.add(updatedPkg);10662 (needsUpdating == null) ? null : needsUpdating.remove(0);10683 needsUpdating.add(pkg);10703 } while (needsUpdating != null && needsUpdating.size() > 0);