Home
last modified time | relevance | path

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

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