Home
last modified time | relevance | path

Searched refs:ZipArchive (Results 1 – 24 of 24) sorted by relevance

/system/libziparchive/
Dzip_archive_private.h88 struct ZipArchive { struct
102 ZipArchive(MappedZipFile&& map, bool assume_ownership); argument
103 ZipArchive(const void* address, size_t length);
104 ~ZipArchive();
Dzip_archive.cc95 uint64_t GetOwnerTag(const ZipArchive* archive) { in GetOwnerTag()
101 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
124 ZipArchive::~ZipArchive() { in ~ZipArchive()
156 static ZipError FindCentralDirectoryInfoForZip64(const char* debugFileName, ZipArchive* archive, in FindCentralDirectoryInfoForZip64()
216 ZipArchive* archive, in FindCentralDirectoryInfo()
295 static ZipError MapCentralDirectory(const char* debug_file_name, ZipArchive* archive) { in MapCentralDirectory()
481 static ZipError ParseZipArchive(ZipArchive* archive) { in ParseZipArchive()
600 static int32_t OpenArchiveInternal(ZipArchive* archive, const char* debug_file_name) { in OpenArchiveInternal()
607 ZipArchive* archive = new ZipArchive(MappedZipFile(fd), assume_ownership); in OpenArchiveFd()
[all …]
Dzip_archive_stream_entry.cc92 ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle_); in Read()
223 ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle_); in Read()
/system/libziparchive/include/ziparchive/
Dzip_archive.h138 struct ZipArchive;
139 typedef ZipArchive* ZipArchiveHandle;
/system/sepolicy/prebuilts/api/27.0/public/
Dprofman.te11 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/26.0/public/
Dprofman.te11 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/28.0/public/
Dprofman.te13 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/29.0/public/
Dprofman.te13 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/30.0/public/
Dprofman.te13 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/30.0/private/
Dviewcompiler.te6 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
Ddexoptanalyzer.te10 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/31.0/private/
Dviewcompiler.te6 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
Ddexoptanalyzer.te10 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/26.0/private/
Ddexoptanalyzer.te5 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/31.0/public/
Dprofman.te13 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/public/
Dprofman.te13 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/29.0/private/
Dviewcompiler.te6 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
Ddexoptanalyzer.te6 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/private/
Dviewcompiler.te6 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
Ddexoptanalyzer.te10 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/28.0/private/
Ddexoptanalyzer.te5 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/27.0/private/
Ddexoptanalyzer.te5 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/core/fs_mgr/libsnapshot/
Destimate_cow_from_nonab_ota.cpp71 std::unique_ptr<ZipArchive, decltype(&CloseArchive)> zip_;
Dmake_cow_from_ab_ota.cpp105 std::unique_ptr<ZipArchive, decltype(&CloseArchive)> source_tf_zip_;