Home
last modified time | relevance | path

Searched refs:MAX_COMMENT_LENGTH (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/zip/include/
H A Dzip_signer.h36 static constexpr int MAX_COMMENT_LENGTH = 65535; member in OHOS::SignatureTools::ZipSigner
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
H A DZip.java51 public static final int MAX_COMMENT_LENGTH = 65535; field in Zip
118 long eocdMaxLength = Math.min(EndOfCentralDirectory.EOCD_LENGTH + MAX_COMMENT_LENGTH, file.length()); in getZipEndOfCentralDirectory()
/developtools/hapsigner/hapsigntool_cpp/zip/src/
H A Dzip_signer.cpp93 uint64_t eocdMaxLength = std::min(static_cast<uint64_t>(EndOfCentralDirectory::EOCD_LENGTH + MAX_COMMENT_LENGTH), in GetZipEndOfCentralDirectory()

Completed in 3 milliseconds