Home
last modified time | relevance | path

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

/bootable/recovery/
Dinstall.cpp514 ZipArchiveHandle zip_handle; in verify_package_compatibility() local
516 zip_content.size(), COMPATIBILITY_ZIP_ENTRY, &zip_handle); in verify_package_compatibility()
524 ret = StartIteration(zip_handle, &cookie, nullptr, nullptr); in verify_package_compatibility()
527 CloseArchive(zip_handle); in verify_package_compatibility()
537 int32_t ret = ExtractToMemory(zip_handle, &info_entry, reinterpret_cast<uint8_t*>(&content[0]), in verify_package_compatibility()
541 CloseArchive(zip_handle); in verify_package_compatibility()
546 CloseArchive(zip_handle); in verify_package_compatibility()