Home
last modified time | relevance | path

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

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