Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive.cc363 const uint8_t* const cd_ptr = in ParseZipArchive() local
381 const uint8_t* const cd_end = cd_ptr + cd_length; in ParseZipArchive()
382 const uint8_t* ptr = cd_ptr; in ParseZipArchive()
425 if ((ptr - cd_ptr) > static_cast<int64_t>(cd_length)) { in ParseZipArchive()
427 ptr - cd_ptr, cd_length, i); in ParseZipArchive()