Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
DZipUtils.java232 …private static Pair<Long, ByteBuffer> findEocdInHap(ZipDataInput zip, int maxCommentSize) throws I… in findEocdInHap()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
Dhap_signer_block_utils_test.cpp250 int32_t maxCommentSize = TEST_INVALID_MAX_COMMENT_SIZE; variable
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dhap_signer_block_utils.cpp100 bool HapSignerBlockUtils::FindEocdInHap(RandomAccessFile& hapFile, unsigned short maxCommentSize, in FindEocdInHap()