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

/system/core/libziparchive/
H A Dzip_archive.cc365 const size_t cd_length = archive->directory_map.getDataLength(); local
381 const uint8_t* const cd_end = cd_ptr + cd_length;
425 if ((ptr - cd_ptr) > static_cast<int64_t>(cd_length)) {
427 ptr - cd_ptr, cd_length, i);

Completed in 241 milliseconds