Home
last modified time | relevance | path

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

/system/core/libziparchive/include/ziparchive/
Dzip_archive.h65 struct ZipEntry { struct
88 // Crc32 value of this ZipEntry. This information might argument
93 // Compressed length of this ZipEntry. Might be present argument
98 // Uncompressed length of this ZipEntry. Might be present argument
103 // The offset to the start of data for this ZipEntry. argument
104 off64_t offset;
/system/extras/simpleperf/
Dutils.cpp107 const std::function<bool(ZipEntry&, const std::string&)>& callback) { in IterateEntries()