Home
last modified time | relevance | path

Searched refs:computedValue (Results 1 – 1 of 1) sorted by relevance

/frameworks/multidex/library/src/androidx/multidex/
DMultiDexExtractor.java239 long computedValue = ZipUtil.getZipCrc(archive); in getZipCrc() local
240 if (computedValue == NO_VALUE) { in getZipCrc()
242 computedValue--; in getZipCrc()
244 return computedValue; in getZipCrc()