Home
last modified time | relevance | path

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

12

/system/libziparchive/
Dzip_archive_private.h77 struct ZipArchive { struct
91 ZipArchive(MappedZipFile&& map, bool assume_ownership); argument
92 ZipArchive(const void* address, size_t length);
93 ~ZipArchive();
Dzip_archive.cc148 static uint64_t GetOwnerTag(const ZipArchive* archive) { in GetOwnerTag()
154 ZipArchive::ZipArchive(MappedZipFile&& map, bool assume_ownership) in ZipArchive() function in ZipArchive
169 ZipArchive::ZipArchive(const void* address, size_t length) in ZipArchive() function in ZipArchive
177 ZipArchive::~ZipArchive() { in ~ZipArchive()
209 static ZipError FindCentralDirectoryInfoForZip64(const char* debugFileName, ZipArchive* archive, in FindCentralDirectoryInfoForZip64()
274 ZipArchive* archive, in FindCentralDirectoryInfo()
354 static ZipError MapCentralDirectory(const char* debug_file_name, ZipArchive* archive) { in MapCentralDirectory()
538 static ZipError ParseZipArchive(ZipArchive* archive) { in ParseZipArchive()
661 static int32_t OpenArchiveInternal(ZipArchive* archive, const char* debug_file_name) { in OpenArchiveInternal()
668 ZipArchive* archive = new ZipArchive(MappedZipFile(fd), assume_ownership); in OpenArchiveFd()
[all …]
Dzip_archive_stream_entry.cc93 ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle_); in Read()
225 auto archive = reinterpret_cast<ZipArchive*>(handle_); in Read()
/system/libziparchive/include/ziparchive/
Dzip_archive.h140 struct ZipArchive;
141 typedef ZipArchive* ZipArchiveHandle;
/system/sepolicy/prebuilts/api/30.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/33.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/32.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/33.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/34.0/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/prebuilts/api/31.0/public/
Dprofman.te13 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/32.0/public/
Dprofman.te13 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
/system/sepolicy/prebuilts/api/34.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/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/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.

12