Home
last modified time | relevance | path

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

/bootable/recovery/
Dinstall.cpp233 static constexpr const char* AB_OTA_PAYLOAD_PROPERTIES = "payload_properties.txt"; in update_binary_command() local
234 ZipString property_name(AB_OTA_PAYLOAD_PROPERTIES); in update_binary_command()
237 LOG(ERROR) << "Failed to find " << AB_OTA_PAYLOAD_PROPERTIES; in update_binary_command()
245 LOG(ERROR) << "Failed to extract " << AB_OTA_PAYLOAD_PROPERTIES << ": " << ErrorCodeString(err); in update_binary_command()