Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_archive_test.cc1083 LocalFileEntry local_entry = { in AddEntry() local
1089 ConstructLocalFileHeader(name, &local_entry.local_file_header, uncompressed_size, in AddEntry()
1091 ConstructExtendedField(zip64_fields, &local_entry.extended_field); in AddEntry()
1094 local_entry.data_descriptor.resize(descriptor_size); in AddEntry()
1095 uint8_t* write_ptr = local_entry.data_descriptor.data(); in AddEntry()
1107 file_entries_.push_back(std::move(local_entry)); in AddEntry()