Home
last modified time | relevance | path

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

/aosp_15_r20/system/libziparchive/
H A Dzip_archive_test.cc993 struct LocalFileEntry { struct in Zip64ParseTest
994 std::vector<uint8_t> local_file_header;
995 std::string file_name;
996 std::vector<uint8_t> extended_field;
998 std::vector<uint8_t> compressed_bytes;
999 std::vector<uint8_t> data_descriptor;
1001 size_t GetSize() const { in GetSize()
1006 void CopyToOutput(std::vector<uint8_t>* output) const { in CopyToOutput()