Home
last modified time | relevance | path

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

/aosp_15_r20/system/libziparchive/
H A Dzip_archive.cc735 static int32_t ValidateDataDescriptor(MappedZipFile& mapped_zip, const ZipEntry64* entry) { in ValidateDataDescriptor()
1533 static int32_t InflateEntryToWriter(MappedZipFile& mapped_zip, const ZipEntry64* entry, in InflateEntryToWriter()
1540 static int32_t CopyEntryToWriter(MappedZipFile& mapped_zip, const ZipEntry64* entry, in CopyEntryToWriter()
H A Dzip_archive_private.h79 mutable MappedZipFile mapped_zip; member