Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DCentralDirectoryRecord.java233 ZipUtils.putUnsignedInt16(result, 0x14); // Version made by in createWithDeflateCompressedData()
234 ZipUtils.putUnsignedInt16(result, 0x14); // Minimum version needed to extract in createWithDeflateCompressedData()
237 ZipUtils.putUnsignedInt16(result, lastModifiedTime); in createWithDeflateCompressedData()
238 ZipUtils.putUnsignedInt16(result, lastModifiedDate); in createWithDeflateCompressedData()
242 ZipUtils.putUnsignedInt16(result, nameBytes.length); in createWithDeflateCompressedData()
243 ZipUtils.putUnsignedInt16(result, 0); // Extra field length in createWithDeflateCompressedData()
244 ZipUtils.putUnsignedInt16(result, 0); // File comment length in createWithDeflateCompressedData()
245 ZipUtils.putUnsignedInt16(result, 0); // Disk number in createWithDeflateCompressedData()
246 ZipUtils.putUnsignedInt16(result, 0); // Internal file attributes in createWithDeflateCompressedData()
DLocalFileRecord.java349 ZipUtils.putUnsignedInt16(result, 0x14); // Minimum version needed to extract in outputRecordWithDeflateCompressedData()
352 ZipUtils.putUnsignedInt16(result, lastModifiedTime); in outputRecordWithDeflateCompressedData()
353 ZipUtils.putUnsignedInt16(result, lastModifiedDate); in outputRecordWithDeflateCompressedData()
357 ZipUtils.putUnsignedInt16(result, nameBytes.length); in outputRecordWithDeflateCompressedData()
358 ZipUtils.putUnsignedInt16(result, 0); // Extra field length in outputRecordWithDeflateCompressedData()
DZipUtils.java324 public static void putUnsignedInt16(ByteBuffer buffer, int value) { in putUnsignedInt16() method in ZipUtils
/tools/apksig/src/main/java/com/android/apksig/
DApkSigner.java846 ZipUtils.putUnsignedInt16(result, 2 + paddingSizeBytes); in createExtraFieldToAlignData()
847 ZipUtils.putUnsignedInt16(result, dataAlignmentMultiple); in createExtraFieldToAlignData()