Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_archive.cc257 const off64_t calculated_length = eocd_offset + sizeof(EocdRecord) + eocd->comment_length; in FindCentralDirectoryInfo() local
258 if (calculated_length != file_length) { in FindCentralDirectoryInfo()
260 static_cast<int64_t>(file_length - calculated_length)); in FindCentralDirectoryInfo()