Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/apk/
DApkSigningBlockUtils.java203 int totalChunkCount = (int) totalChunkCountLong; in computeContentDigestsPer1MbChunk() local
210 new byte[5 + totalChunkCount * digestOutputSizeBytes]; in computeContentDigestsPer1MbChunk()
213 totalChunkCount, in computeContentDigestsPer1MbChunk()