Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/datastructure/
DNativeLibInfoSegment.java71 private int sectionNum; field in NativeLibInfoSegment
95 this.sectionNum = builder.sectionNum; in NativeLibInfoSegment()
110 this.sectionNum = soInfoList.size(); in setSoInfoList()
116 return sectionNum; in getSectionNum()
185 bf.putInt(sectionNum); in toByteArray()
267 … + "zeroPadding[%s], signInfoList[%s]", this.magic, this.segmentSize, this.sectionNum, in toString()
280 private int sectionNum; field in NativeLibInfoSegment.Builder
300 public Builder setSectionNum(int sectionNum) { in setSectionNum() argument
301 this.sectionNum = sectionNum; in setSectionNum()