Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dhap_signer_block_utils.cpp111 int32_t searchRange = static_cast<int>(maxCommentSize) + ZIP_EOCD_SEG_MIN_SIZE; in FindEocdInHap() local
112 if (fileLength < static_cast<int64_t>(searchRange)) { in FindEocdInHap()
113 searchRange = static_cast<int>(fileLength); in FindEocdInHap()
116 ByteBuffer searchEocdBuffer(searchRange); in FindEocdInHap()

Completed in 2 milliseconds