Home
last modified time | relevance | path

Searched defs:commentLength (Results 1 – 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DEndOfCentralDirectory.java86 private int commentLength; field in EndOfCentralDirectory
226 public void setCommentLength(int commentLength) { in setCommentLength()
DCentralDirectory.java119 private int commentLength; field in CentralDirectory
342 public void setCommentLength(int commentLength) { in setCommentLength()
DZipUtils.java88 …int commentLength = getUInt16FromBuffer(searchBuffer, currentOffset + ZIP_EOCD_COMMENT_LENGTH_OFFS… in findEocdInSearchBuffer() local