Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/sign/
DCentralDirectory.java54 private final char fileCommentLength; field in CentralDirectory
64 this.fileCommentLength = builder.fileCommentLength; in CentralDirectory()
118 (int) this.extraFieldLength, (int) this.fileCommentLength); in toString()
131 private char fileCommentLength; field in CentralDirectory.Builder
152 public Builder setFileCommentLength(char fileCommentLength) { in setFileCommentLength() argument
153 this.fileCommentLength = fileCommentLength; in setFileCommentLength()
DCodeSigning.java406 char fileCommentLength = cdBuffer.getChar(); in parseCentralDirectory() local
412 … .setFileCommentLength(fileCommentLength).setRelativeOffsetOfLocalHeader(locHdrOffset); in parseCentralDirectory()
418 if (fileCommentLength != 0) { in parseCentralDirectory()
419 cdBuffer.get(new byte[fileCommentLength]); in parseCentralDirectory()