Searched refs:nativeLibInfoSegment (Results 1 – 1 of 1) sorted by relevance
66 private NativeLibInfoSegment nativeLibInfoSegment; field in CodeSignBlock77 this.nativeLibInfoSegment = new NativeLibInfoSegment.Builder().build(); in CodeSignBlock()110 if (this.nativeLibInfoSegment.getSectionNum() != 0) { in setCodeSignBlockFlag()146 … new SegmentHeader(SegmentHeader.CSB_NATIVE_LIB_INFO_SEG, this.nativeLibInfoSegment.size())); in setSegmentHeaders()174 return nativeLibInfoSegment; in getSoInfoSegment()178 this.nativeLibInfoSegment = soSeg; in setSoInfoSegment()199 bf.put(this.nativeLibInfoSegment.toByteArray()); in toByteArray()248 … + this.fsVerityInfoSegment.size() + this.hapInfoSegment.size() + this.nativeLibInfoSegment.size(); in generateCodeSignBlockByte()268 this.hapInfoSegment, this.nativeLibInfoSegment); in toString()