Searched refs:ZipArchiveHandle (Results 1 – 21 of 21) sorted by relevance
/bootable/recovery/install/include/private/ |
D | setup_commands.h | 30 bool SetUpNonAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int retry_count, 38 bool SetUpAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int status_fd,
|
/bootable/recovery/updater/include/updater/ |
D | updater.h | 59 ZipArchiveHandle GetPackageHandle() const override { in GetPackageHandle() 80 bool ReadEntryToString(ZipArchiveHandle za, const std::string& entry_name, std::string* content); 88 ZipArchiveHandle package_handle_{ nullptr };
|
D | target_files.h | 67 ZipArchiveHandle handle_{ nullptr };
|
/bootable/recovery/edify/include/edify/ |
D | updater_interface.h | 25 typedef ZipArchive* ZipArchiveHandle; typedef 44 virtual ZipArchiveHandle GetPackageHandle() const = 0;
|
/bootable/recovery/install/ |
D | package.cpp | 59 ZipArchiveHandle GetZipArchiveHandle() override; 77 ZipArchiveHandle zip_handle_; 107 ZipArchiveHandle GetZipArchiveHandle() override; 117 ZipArchiveHandle zip_handle_; 200 ZipArchiveHandle MemoryPackage::GetZipArchiveHandle() { in GetZipArchiveHandle() 267 ZipArchiveHandle FilePackage::GetZipArchiveHandle() { in GetZipArchiveHandle()
|
D | wipe_device.cpp | 43 ZipArchiveHandle zip = wipe_package->GetZipArchiveHandle(); in GetWipePartitionList() 160 ZipArchiveHandle zip = wipe_package->GetZipArchiveHandle(); in CheckWipePackage()
|
D | spl_check.cpp | 49 bool ViolatesSPLDowngrade(ZipArchiveHandle zip, std::string_view current_spl) { in ViolatesSPLDowngrade()
|
D | verifier.cpp | 312 static std::vector<Certificate> IterateZipEntriesAndSearchForKeys(const ZipArchiveHandle& handle) { in IterateZipEntriesAndSearchForKeys() 359 ZipArchiveHandle handle; in LoadKeysFromZipfile()
|
D | install.cpp | 77 bool ReadMetadataFromPackage(ZipArchiveHandle zip, std::map<std::string, std::string>* metadata) { in ReadMetadataFromPackage() 238 bool SetUpAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int status_fd, in SetUpAbUpdateCommands() 282 bool SetUpNonAbUpdateCommands(const std::string& package, ZipArchiveHandle zip, int retry_count, in SetUpNonAbUpdateCommands()
|
/bootable/recovery/install/include/install/ |
D | spl_check.h | 26 bool ViolatesSPLDowngrade(ZipArchiveHandle zip, std::string_view current_spl);
|
D | install.h | 60 bool ReadMetadataFromPackage(ZipArchiveHandle zip, std::map<std::string, std::string>* metadata);
|
D | package.h | 54 virtual ZipArchiveHandle GetZipArchiveHandle() = 0;
|
/bootable/recovery/tests/unit/ |
D | zip_test.cpp | 36 ZipArchiveHandle handle; in TEST()
|
D | install_test.cpp | 59 ZipArchiveHandle zip; in TEST() 81 ZipArchiveHandle zip; in TEST() 119 ZipArchiveHandle zip; in TEST() 159 ZipArchiveHandle zip; in TEST() 191 ZipArchiveHandle zip; in VerifyAbUpdateCommands() 242 ZipArchiveHandle zip; in TEST() 289 ZipArchiveHandle zip; in TestCheckPackageMetadata()
|
D | package_test.cpp | 104 ZipArchiveHandle zip = package->GetZipArchiveHandle(); in TEST_F()
|
D | updater_test.cpp | 228 void SetUpdaterOtaPackageHandle(ZipArchiveHandle handle) { in SetUpdaterOtaPackageHandle() 349 ZipArchiveHandle handle; in TEST_F()
|
/bootable/recovery/applypatch/include/applypatch/ |
D | imgdiff_image.h | 258 bool InitializeChunks(const std::string& filename, ZipArchiveHandle handle); 260 bool AddZipEntryToChunks(ZipArchiveHandle handle, const std::string& entry_name,
|
/bootable/recovery/updater/ |
D | updater.cpp | 164 bool Updater::ReadEntryToString(ZipArchiveHandle za, const std::string& entry_name, in ReadEntryToString()
|
D | install.cpp | 118 ZipArchiveHandle za = state->updater->GetPackageHandle(); in PackageExtractFileFn() 168 ZipArchiveHandle za = state->updater->GetPackageHandle(); in PackageExtractFileFn()
|
D | blockimg.cpp | 350 ZipArchiveHandle za; 1684 ZipArchiveHandle za = updater->GetPackageHandle(); in PerformBlockImageUpdate()
|
/bootable/recovery/applypatch/ |
D | imgdiff.cpp | 657 ZipArchiveHandle handle; in Initialize() 676 bool ZipModeImage::InitializeChunks(const std::string& filename, ZipArchiveHandle handle) { in InitializeChunks() 773 bool ZipModeImage::AddZipEntryToChunks(ZipArchiveHandle handle, const std::string& entry_name, in AddZipEntryToChunks()
|