Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dinstall.cpp512 static constexpr const char* COMPATIBILITY_ZIP_ENTRY = "compatibility.zip"; in verify_package_compatibility() local
513 ZipString compatibility_entry_name(COMPATIBILITY_ZIP_ENTRY); in verify_package_compatibility()
516 LOG(INFO) << "Package doesn't contain " << COMPATIBILITY_ZIP_ENTRY << " entry"; in verify_package_compatibility()
525 LOG(ERROR) << "Failed to read " << COMPATIBILITY_ZIP_ENTRY << ": " << ErrorCodeString(ret); in verify_package_compatibility()
531 zip_content.size(), COMPATIBILITY_ZIP_ENTRY, &zip_handle); in verify_package_compatibility()