Home
last modified time | relevance | path

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

/frameworks/multidex/library/src/android/support/multidex/
DMultiDexExtractor.java153 long computedValue = ZipUtil.getZipCrc(archive); in getZipCrc() local
154 if (computedValue == NO_VALUE) { in getZipCrc()
156 computedValue--; in getZipCrc()
158 return computedValue; in getZipCrc()