Searched refs:getChunkCount (Results 1 – 1 of 1) sorted by relevance
418 getChunkCount(input.size(), CONTENT_DIGESTED_CHUNK_MAX_SIZE_BYTES); in computeOneMbChunkContentDigests()526 private static final long getChunkCount(long inputSize, int chunkSize) { in getChunkCount() method in ApkSigningBlockUtils