Home
last modified time | relevance | path

Searched refs:ZipArchiveHandle (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DZipFileRO.h48 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 DZipArchive.h35 ZipFile(::ZipArchiveHandle handle, const ::ZipEntry& entry, const android::Source& source);
43 ::ZipArchiveHandle zip_handle_;
77 ZipArchiveHandle handle_;
H A DZipArchive.cpp31 ZipFile::ZipFile(ZipArchiveHandle handle, const ZipEntry& entry, const android::Source& source) in ZipFile()
/aosp14/frameworks/base/core/jni/
H A Dandroid_util_jar_StrictJarFile.cpp64 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 DZipFileRO.cpp69 ZipArchiveHandle handle; in open()
84 ZipArchiveHandle handle; in openFd()
H A DAssetsProvider.cpp88 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 DTestHelpers.cpp30 ::ZipArchiveHandle handle; in ReadFileFromZipToString()
/aosp14/frameworks/base/tools/aapt2/cmd/
H A DConvert_test.cpp127 ZipArchiveHandle handle; in TEST_F()
/aosp14/system/core/init/
H A Dselinux.cpp554 Result<void> PutFileInTmpfs(ZipArchiveHandle archive, const std::string& fileName) { in PutFileInTmpfs()
587 ZipArchiveHandle handle; in GetPolicyFromApex()
/aosp14/system/core/fastboot/
H A Dfastboot.cpp702 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 DIncrementalService.h460 void extractZipFile(const IfsMountPtr& ifs, ZipArchiveHandle zipFile, ZipEntry& entry,
H A DIncrementalService.cpp1906 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()