Searched refs:ZipArchive (Results 1 – 16 of 16) sorted by relevance
/system/core/libziparchive/ |
D | zip_archive_private.h | 159 struct ZipArchive { struct 179 ZipArchive(const int fd, bool assume_ownership); argument 180 ZipArchive(void* address, size_t length); 181 ~ZipArchive();
|
D | zip_archive.cc | 185 uint64_t GetOwnerTag(const ZipArchive* archive) { in GetOwnerTag() 191 ZipArchive::ZipArchive(const int fd, bool assume_ownership) in ZipArchive() function in ZipArchive 207 ZipArchive::ZipArchive(void* address, size_t length) in ZipArchive() function in ZipArchive 217 ZipArchive::~ZipArchive() { in ~ZipArchive() 229 static int32_t MapCentralDirectory0(const char* debug_file_name, ZipArchive* archive, in MapCentralDirectory0() 318 static int32_t MapCentralDirectory(const char* debug_file_name, ZipArchive* archive) { in MapCentralDirectory() 366 static int32_t ParseZipArchive(ZipArchive* archive) { in ParseZipArchive() 468 static int32_t OpenArchiveInternal(ZipArchive* archive, const char* debug_file_name) { in OpenArchiveInternal() 483 ZipArchive* archive = new ZipArchive(fd, assume_ownership); in OpenArchiveFd() 490 ZipArchive* archive = new ZipArchive(fd, true); in OpenArchive() [all …]
|
D | zip_archive_stream_entry.cc | 85 ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle_); in Read() 207 ZipArchive* archive = reinterpret_cast<ZipArchive*>(handle_); in Read()
|
/system/core/libziparchive/include/ziparchive/ |
D | zip_archive.h | 107 struct ZipArchive; 108 typedef ZipArchive* ZipArchiveHandle;
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | profman.te | 11 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | profman.te | 11 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | profman.te | 13 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
|
/system/sepolicy/public/ |
D | profman.te | 13 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | profman.te | 13 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | dexoptanalyzer.te | 5 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
|
/system/sepolicy/private/ |
D | viewcompiler.te | 6 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
|
D | dexoptanalyzer.te | 6 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | viewcompiler.te | 6 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
|
D | dexoptanalyzer.te | 6 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | dexoptanalyzer.te | 5 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | dexoptanalyzer.te | 5 # Reading an APK opens a ZipArchive, which unpack to tmpfs.
|