Home
last modified time | relevance | path

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

/system/libziparchive/include/ziparchive/
Dzip_archive.h45 struct ZipEntryCommon { struct
48 uint16_t method;
56 int32_t mod_time;
63 mode_t unix_mode;
67 uint8_t has_data_descriptor;
72 uint32_t crc32;
98 struct ZipEntry : public ZipEntryCommon { argument