Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_signing_block_utils.cpp163 unsigned short commentLength; in FindEocdInSearchBuffer() local
165 … if (searchBuffer.GetUInt16(currentOffset + ZIP_EOCD_COMMENT_LENGTH_OFFSET, commentLength) && in FindEocdInSearchBuffer()
166 static_cast<int>(commentLength) == expectedCommentLength) { in FindEocdInSearchBuffer()