Home
last modified time | relevance | path

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

/aosp12/system/libziparchive/
H A Dzip_archive_private.h88 struct ZipArchive { struct
102 ZipArchive(MappedZipFile&& map, bool assume_ownership); argument
H A Dzip_archive.cc101 ZipArchive::ZipArchive(MappedZipFile&& map, bool assume_ownership) in ZipArchive() function in ZipArchive
116 ZipArchive::ZipArchive(const void* address, size_t length) in ZipArchive() function in ZipArchive
/aosp12/art/libartbase/base/
H A Dzip_archive.h39 class ZipArchive; variable
86 friend class ZipArchive; variable
101 explicit ZipArchive(ZipArchiveHandle handle) : handle_(handle) {} in ZipArchive() function
/aosp12/art/libdexfile/dex/
H A Dart_dex_file_loader.h34 class ZipArchive; variable
H A Ddex_file.h48 class ZipArchive; variable