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

/system/core/libziparchive/
H A Dzip_archive.cc620 const CentralDirectoryRecord* cdr = local
622 if (cdr->record_signature != CentralDirectoryRecord::kSignature) {
632 const off64_t local_header_offset = cdr->local_file_header_offset;
638 const uint16_t file_name_length = cdr->file_name_length;
639 const uint16_t extra_length = cdr->extra_field_length;
640 const uint16_t comment_length = cdr->comment_length;
778 const CentralDirectoryRecord *cdr = local
789 data->method = cdr->compression_method;
790 data->mod_time = cdr->last_mod_time;
791 data->crc32 = cdr
[all...]

Completed in 72 milliseconds