Home
last modified time | relevance | path

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

/aosp12/system/libziparchive/
H A Dzip_archive_test.cc1113 CdRecordEntry cd_entry = { in AddEntry() local
1119 local_file_header_offset, &cd_entry.central_directory_record); in AddEntry()
1120 ConstructExtendedField(zip64_fields, &cd_entry.extended_field); in AddEntry()
1121 cd_entries_.push_back(std::move(cd_entry)); in AddEntry()
1132 [&zip64_eocd](const CdRecordEntry& cd_entry) { zip64_eocd.cd_size += cd_entry.GetSize(); }); in ConstructEocd() argument
1165 for (const auto& cd_entry : cd_entries_) { in ConstructZipFile() local
1166 cd_entry.CopyToOutput(&zip_content_); in ConstructZipFile()
1372 auto& cd_entry = cd_entries_.back(); in TEST_F() local
1378 &cd_entry.central_directory_record); in TEST_F()