Home
last modified time | relevance | path

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

/system/core/libziparchive/include/ziparchive/
Dzip_archive.h42 struct ZipEntry { struct
66 // Crc32 value of this ZipEntry. This information might argument
71 // Compressed length of this ZipEntry. Might be present argument
76 // Uncompressed length of this ZipEntry. Might be present argument
81 // The offset to the start of data for this ZipEntry. argument
82 off64_t offset;
85 uint16_t version_made_by;
89 uint32_t external_file_attributes;
92 uint16_t gpbf;
94 bool is_text;
/system/extras/simpleperf/
Dutils.cpp107 const std::function<bool(ZipEntry&, const std::string&)>& callback) { in IterateEntries()