Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DLocalFileRecord.java42 private static final int COMPRESSED_SIZE_OFFSET = 18; field in LocalFileRecord
196 long compressedSize = ZipUtils.getUnsignedInt32(header, COMPRESSED_SIZE_OFFSET); in getRecord()