Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive.cc575 const uint8_t* const cd_end = cd_ptr + cd_length; in ParseZipArchive() local
585 if (ptr + sizeof(CentralDirectoryRecord) > cd_end) { in ParseZipArchive()