Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/apk/
DApkSigningBlockUtils.java300 long chunkCountLong = 0; in computeOneMbChunkContentDigests() local
302 chunkCountLong += in computeOneMbChunkContentDigests()
305 if (chunkCountLong > Integer.MAX_VALUE) { in computeOneMbChunkContentDigests()
306 throw new DigestException("Input too long: " + chunkCountLong + " chunks"); in computeOneMbChunkContentDigests()
308 int chunkCount = (int) chunkCountLong; in computeOneMbChunkContentDigests()
394 long chunkCountLong = 0; in computeOneMbChunkContentDigests() local
396 chunkCountLong += in computeOneMbChunkContentDigests()
399 if (chunkCountLong > Integer.MAX_VALUE) { in computeOneMbChunkContentDigests()
400 throw new DigestException("Input too long: " + chunkCountLong + " chunks"); in computeOneMbChunkContentDigests()
402 int chunkCount = (int) chunkCountLong; in computeOneMbChunkContentDigests()