Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dinstall.cpp238 static constexpr const char* AB_OTA_PAYLOAD_PROPERTIES = "payload_properties.txt"; in SetUpAbUpdateCommands() local
239 ZipString property_name(AB_OTA_PAYLOAD_PROPERTIES); in SetUpAbUpdateCommands()
242 LOG(ERROR) << "Failed to find " << AB_OTA_PAYLOAD_PROPERTIES; in SetUpAbUpdateCommands()
250 LOG(ERROR) << "Failed to extract " << AB_OTA_PAYLOAD_PROPERTIES << ": " << ErrorCodeString(err); in SetUpAbUpdateCommands()