Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/
H A DSparseInputStream.java33 static final int FILE_HDR_SIZE = 28; field in SparseInputStream
90 in.mark(FILE_HDR_SIZE * 2); in SparseInputStream()
91 ByteBuffer buf = readBuffer(mIn, FILE_HDR_SIZE); in SparseInputStream()
104 if (buf.getShort() != FILE_HDR_SIZE) { in SparseInputStream()