Home
last modified time | relevance | path

Searched refs:ZIP_EOCD_SEGMENT_FLAG (Results 1 - 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/zip/
H A DZipUtils.java33 private static final int ZIP_EOCD_SEGMENT_FLAG = 0x06054b50; field in ZipUtils
87 if (searchBuffer.getInt(currentOffset) == ZIP_EOCD_SEGMENT_FLAG) { in findEocdInSearchBuffer()
/developtools/hapsigner/hapsigntool_cpp/utils/include/
H A Dhap_signer_block_utils.h61 DLL_EXPORT static const int32_t ZIP_EOCD_SEGMENT_FLAG; member in OHOS::SignatureTools::HapSignerBlockUtils
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dhap_signer_block_utils.cpp46 const int32_t HapSignerBlockUtils::ZIP_EOCD_SEGMENT_FLAG = 0x06054b50; member in OHOS::SignatureTools::HapSignerBlockUtils
165 (hapEocdSegmentFlag == ZIP_EOCD_SEGMENT_FLAG)) { in FindEocdInSearchBuffer()
657 int32_t zidEocdSign = HapSignerBlockUtils::ZIP_EOCD_SEGMENT_FLAG; in CreatTestZipFile()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
H A Dhap_signer_block_utils_test.cpp80 int32_t zidEocdSign = HapSignerBlockUtils::ZIP_EOCD_SEGMENT_FLAG; in CreatTestZipFile()
262 eocdBuff.PutInt32(HapSignerBlockUtils::ZIP_EOCD_SEGMENT_FLAG); in HWTEST_F()

Completed in 4 milliseconds