Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DCentralDirectoryRecord.java139 int recordSignature = buf.getInt(); in getRecord() local
140 if (recordSignature != RECORD_SIGNATURE) { in getRecord()
143 + Long.toHexString(recordSignature & 0xffffffffL)); in getRecord()
DLocalFileRecord.java169 int recordSignature = header.getInt(); in getRecord() local
170 if (recordSignature != RECORD_SIGNATURE) { in getRecord()
173 + Long.toHexString(recordSignature & 0xffffffffL)); in getRecord()