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

/system/core/libziparchive/
H A Dzip_archive.cc562 ALOGW("Zip: failed reading lfh name from offset %" PRId64,
567 const LocalFileHeader *lfh = reinterpret_cast<const LocalFileHeader*>(lfh_buf); local
569 if (lfh->lfh_signature != LocalFileHeader::kSignature) {
570 ALOGW("Zip: didn't find signature at start of lfh, offset=%" PRId64,
577 if ((lfh->gpb_flags & kGPBDDFlagMask) == 0) {
579 if (data->compressed_length != lfh->compressed_size
580 || data->uncompressed_length != lfh->uncompressed_size
581 || data->crc32 != lfh->crc32) {
585 lfh->compressed_size, lfh
[all...]

Completed in 867 milliseconds