Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dinstall.cpp244 static constexpr const char* AB_OTA_PAYLOAD_PROPERTIES = "payload_properties.txt"; in SetUpAbUpdateCommands() local
246 if (FindEntry(zip, AB_OTA_PAYLOAD_PROPERTIES, &properties_entry) != 0) { in SetUpAbUpdateCommands()
247 LOG(ERROR) << "Failed to find " << AB_OTA_PAYLOAD_PROPERTIES; in SetUpAbUpdateCommands()
252 LOG(ERROR) << "Failed to extract " << AB_OTA_PAYLOAD_PROPERTIES in SetUpAbUpdateCommands()
261 LOG(ERROR) << "Failed to extract " << AB_OTA_PAYLOAD_PROPERTIES << ": " << ErrorCodeString(err); in SetUpAbUpdateCommands()