Home
last modified time | relevance | path

Searched defs:CdRecordEntry (Results 1 – 1 of 1) sorted by relevance

/system/libziparchive/
Dzip_archive_test.cc1001 struct CdRecordEntry { struct in Zip64ParseTest
1002 std::vector<uint8_t> central_directory_record;
1003 std::string file_name;
1004 std::vector<uint8_t> extended_field;
1006 size_t GetSize() const { in GetSize()
1010 void CopyToOutput(std::vector<uint8_t>* output) const { in CopyToOutput()