Home
last modified time | relevance | path

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

/system/libziparchive/include/ziparchive/
Dzip_archive.h43 struct ZipEntryCommon { struct
46 uint16_t method;
54 int32_t mod_time;
61 mode_t unix_mode;
65 uint8_t has_data_descriptor;
70 uint32_t crc32;
96 struct ZipEntry : public ZipEntryCommon { argument