Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DNativeLibInfoSegment.java83 private int fileNameListBlockSize; field in NativeLibInfoSegment
148 this.fileNameListBlockSize = fileNameOffset; in generateList()
151 …this.zeroPadding = new byte[(ALIGNMENT_FOR_SIGNINFO - this.fileNameListBlockSize % ALIGNMENT_FOR_S… in generateList()
157 int signInfoOffsetBase = fileNameOffsetBase + this.fileNameListBlockSize; in generateList()
172 … blockSize += this.fileNameListBlockSize + this.zeroPadding.length + this.signInfoListBlockSize; in size()