Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DHapUtils.java270 long chunkCountLong = getChunkCount(zipData); in computeDigests() local
271 if (chunkCountLong > Integer.MAX_VALUE) { in computeDigests()
272 throw new DigestException("Input too long: " + chunkCountLong + " chunks"); in computeDigests()
274 int chunkCount = (int) chunkCountLong; in computeDigests()