Home
last modified time | relevance | path

Searched refs:expectedCommentLength (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_signing_block_utils.cpp164 … int32_t expectedCommentLength = searchBufferSize - ZIP_EOCD_SEG_MIN_SIZE - currentOffset; in FindEocdInSearchBuffer() local
166 static_cast<int>(commentLength) == expectedCommentLength) { in FindEocdInSearchBuffer()