Home
last modified time | relevance | path

Searched refs:MappedZipFile (Results 1 – 2 of 2) sorted by relevance

/system/libziparchive/
Dzip_archive_private.h35 class MappedZipFile {
37 explicit MappedZipFile(int fd, off64_t length = -1, off64_t offset = 0);
39 explicit MappedZipFile(const void* address, size_t length) in MappedZipFile() function
79 mutable MappedZipFile mapped_zip;
91 ZipArchive(MappedZipFile&& map, bool assume_ownership);
Dzip_archive.cc154 ZipArchive::ZipArchive(MappedZipFile&& map, bool assume_ownership) in ZipArchive()
668 ZipArchive* archive = new ZipArchive(MappedZipFile(fd), assume_ownership); in OpenArchiveFd()
675 ZipArchive* archive = new ZipArchive(MappedZipFile(fd, length, offset), assume_ownership); in OpenArchiveFdRange()
693 ZipArchive* archive = new ZipArchive(MappedZipFile(fd), true); in OpenArchive()
726 static int32_t ValidateDataDescriptor(MappedZipFile& mapped_zip, const ZipEntry64* entry) { in ValidateDataDescriptor()
1324 EntryReader(const MappedZipFile& zip_file, const ZipEntry64* entry) in EntryReader()
1343 const MappedZipFile& zip_file_;
1520 static int32_t InflateEntryToWriter(MappedZipFile& mapped_zip, const ZipEntry64* entry, in InflateEntryToWriter()
1527 static int32_t CopyEntryToWriter(MappedZipFile& mapped_zip, const ZipEntry64* entry, in CopyEntryToWriter()
1692 MappedZipFile::MappedZipFile(int fd, off64_t length, off64_t offset) in MappedZipFile() function in MappedZipFile
[all …]