Searched refs:ZipArchiveHandle (Results 1 – 12 of 12) sorted by relevance
/aosp14/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ZipFileRO.h | 48 typedef ZipArchive* ZipArchiveHandle; typedef 184 ZipFileRO(ZipArchiveHandle handle, char* fileName) : mHandle(handle), in ZipFileRO() 189 const ZipArchiveHandle mHandle;
|
/aosp14/frameworks/base/tools/aapt2/io/ |
H A D | ZipArchive.h | 35 ZipFile(::ZipArchiveHandle handle, const ::ZipEntry& entry, const android::Source& source); 43 ::ZipArchiveHandle zip_handle_; 77 ZipArchiveHandle handle_;
|
H A D | ZipArchive.cpp | 31 ZipFile::ZipFile(ZipArchiveHandle handle, const ZipEntry& entry, const android::Source& source) in ZipFile()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_util_jar_StrictJarFile.cpp | 64 ZipArchiveHandle handle; in StrictJarFile_nativeOpenJarFile() 103 int32_t error = StartIteration(reinterpret_cast<ZipArchiveHandle>(nativeHandle), in StrictJarFile_nativeStartIteration() 137 const int32_t error = FindEntry(reinterpret_cast<ZipArchiveHandle>(nativeHandle), in StrictJarFile_nativeFindEntry() 147 CloseArchive(reinterpret_cast<ZipArchiveHandle>(nativeHandle)); in StrictJarFile_nativeClose()
|
/aosp14/frameworks/base/libs/androidfw/ |
H A D | ZipFileRO.cpp | 69 ZipArchiveHandle handle; in open() 84 ZipArchiveHandle handle; in openFd()
|
H A D | AssetsProvider.cpp | 88 ZipAssetsProvider::ZipAssetsProvider(ZipArchiveHandle handle, PathOrDebugName&& path, in ZipAssetsProvider() 99 ZipArchiveHandle handle; in Create() 127 ZipArchiveHandle handle; in Create()
|
/aosp14/frameworks/base/libs/androidfw/tests/ |
H A D | TestHelpers.cpp | 30 ::ZipArchiveHandle handle; in ReadFileFromZipToString()
|
/aosp14/frameworks/base/tools/aapt2/cmd/ |
H A D | Convert_test.cpp | 127 ZipArchiveHandle handle; in TEST_F()
|
/aosp14/system/core/init/ |
H A D | selinux.cpp | 554 Result<void> PutFileInTmpfs(ZipArchiveHandle archive, const std::string& fileName) { in PutFileInTmpfs() 587 ZipArchiveHandle handle; in GetPolicyFromApex()
|
/aosp14/system/core/fastboot/ |
H A D | fastboot.cpp | 702 static bool UnzipToMemory(ZipArchiveHandle zip, const std::string& entry_name, in UnzipToMemory() 776 static unique_fd unzip_to_file(ZipArchiveHandle zip, const char* entry_name) { in unzip_to_file() 1929 explicit ZipImageSource(ZipArchiveHandle zip) : zip_(zip) {} in ZipImageSource() 1934 ZipArchiveHandle zip_; 1946 ZipArchiveHandle zip; in do_update()
|
/aosp14/frameworks/base/services/incremental/ |
H A D | IncrementalService.h | 460 void extractZipFile(const IfsMountPtr& ifs, ZipArchiveHandle zipFile, ZipEntry& entry,
|
H A D | IncrementalService.cpp | 1906 ZipArchiveHandle zipFileHandle; in configureNativeBinaries() 1913 std::shared_ptr<ZipArchive> zipFile(zipFileHandle, [](ZipArchiveHandle h) { CloseArchive(h); }); in configureNativeBinaries() 2070 void IncrementalService::extractZipFile(const IfsMountPtr& ifs, ZipArchiveHandle zipFile, in extractZipFile()
|