Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DLocalFileRecord.java43 private static final int UNCOMPRESSED_SIZE_OFFSET = 22; field in LocalFileRecord
203 long uncompressedSize = ZipUtils.getUnsignedInt32(header, UNCOMPRESSED_SIZE_OFFSET); in getRecord()