Home
last modified time | relevance | path

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

/build/tools/signapk/src/com/android/signapk/
DApkSignerV2.java284 final ByteBuffer chunk = getByteBuffer(input, chunkSize); in computeContentDigests() local
298 chunk.clear(); in computeContentDigests()
299 setUnsignedInt32LittleEngian(chunk.remaining(), chunkContentPrefix, 1); in computeContentDigests()
301 md.update(chunk); in computeContentDigests()
/build/kati/
DINTERNALS.md135 context of the evaluation. See the following Makefile chunk for example: