Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dinstall.cpp529 ZipArchiveHandle zip_handle; in verify_package_compatibility() local
531 zip_content.size(), COMPATIBILITY_ZIP_ENTRY, &zip_handle); in verify_package_compatibility()
539 ret = StartIteration(zip_handle, &cookie, nullptr, nullptr); in verify_package_compatibility()
542 CloseArchive(zip_handle); in verify_package_compatibility()
552 int32_t ret = ExtractToMemory(zip_handle, &info_entry, reinterpret_cast<uint8_t*>(&content[0]), in verify_package_compatibility()
556 CloseArchive(zip_handle); in verify_package_compatibility()
561 CloseArchive(zip_handle); in verify_package_compatibility()