Home
last modified time | relevance | path

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

/system/core/libziparchive/
Dzip_archive.cc267 const off64_t calculated_length = eocd_offset + sizeof(EocdRecord) + eocd->comment_length; in MapCentralDirectory0() local
268 if (calculated_length != file_length) { in MapCentralDirectory0()
270 static_cast<int64_t>(file_length - calculated_length)); in MapCentralDirectory0()