Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/zip/src/
Dendof_central_directory.cpp50 uint16_t commentLength = eocd->GetCommentLength(); in GetEOCDByBytes() local
192 void EndOfCentralDirectory::SetCommentLength(uint16_t commentLength) in SetCommentLength()
Dcentral_directory.cpp44 uint16_t commentLength = cd->GetCommentLength(); in GetCentralDirectory() local
269 void CentralDirectory::SetCommentLength(uint16_t commentLength) in SetCommentLength()
/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
349 public void setCommentLength(int commentLength) { in setCommentLength()
DZipUtils.java89 …int commentLength = getUInt16FromBuffer(searchBuffer, currentOffset + ZIP_EOCD_COMMENT_LENGTH_OFFS… in findEocdInSearchBuffer() local
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dhap_signer_block_utils.cpp165 unsigned short commentLength; in FindEocdInSearchBuffer() local