Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DSparseInputStream.java34 static final int CHUNK_HDR_SIZE = 12; field in SparseInputStream
71 ByteBuffer buf = readBuffer(in, CHUNK_HDR_SIZE); in readChunk()
107 if (buf.getShort() != CHUNK_HDR_SIZE) { in SparseInputStream()