Home
last modified time | relevance | path

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

/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_centraldirectory.c121 int32_t maxReadLen = ((unsigned int)(hapFile->len - sizeof(MinEocd)) > UINT16_MAX_VALUE) ? in GetEocd() local
123 fileStart += hapFile->len - sizeof(MinEocd) - maxReadLen; in GetEocd()
124 LOG_INFO("maxReadLen %d", maxReadLen); in GetEocd()
125 for (int32_t i = 0; i < maxReadLen; i++) { in GetEocd()
127 sizeof(short)) == (maxReadLen - i)) && in GetEocd()
136 LOG_INFO("comment num %d", maxReadLen - i); in GetEocd()
137 *eocdOffset = hapFile->len - sizeof(MinEocd) - (maxReadLen - i); in GetEocd()

Completed in 2 milliseconds