Home
last modified time | relevance | path

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

/tools/apksig/src/main/java/com/android/apksig/internal/zip/
DLocalFileRecord.java267 ByteBuffer dataDescriptorPotentialSig = apk.getByteBuffer(dataEndOffset, 4); in getRecord() local
268 dataDescriptorPotentialSig.order(ByteOrder.LITTLE_ENDIAN); in getRecord()
269 if (dataDescriptorPotentialSig.getInt() == DATA_DESCRIPTOR_SIGNATURE) { in getRecord()