Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DNativeLibInfoSegment.java65 private static final int ALIGNMENT_FOR_SIGNINFO = 4; field in NativeLibInfoSegment
151 …this.zeroPadding = new byte[(ALIGNMENT_FOR_SIGNINFO - this.fileNameListBlockSize % ALIGNMENT_FOR_S… in generateList()
152 % ALIGNMENT_FOR_SIGNINFO]; in generateList()
241 …byte[] inZeroPadding = new byte[(ALIGNMENT_FOR_SIGNINFO - fileNameListSize % ALIGNMENT_FOR_SIGNINF… in fromByteArray()
242 % ALIGNMENT_FOR_SIGNINFO]; in fromByteArray()
247 if (pos.getSignInfoOffset() % ALIGNMENT_FOR_SIGNINFO != 0) { in fromByteArray()