Searched refs:AB_OTA_PAYLOAD_PROPERTIES (Results 1 – 1 of 1) sorted by relevance
273 static constexpr const char* AB_OTA_PAYLOAD_PROPERTIES = "payload_properties.txt"; in ExtractPayloadProperties() local275 if (FindEntry(zip, AB_OTA_PAYLOAD_PROPERTIES, &properties_entry) != 0) { in ExtractPayloadProperties()276 LOG(ERROR) << "Failed to find " << AB_OTA_PAYLOAD_PROPERTIES; in ExtractPayloadProperties()281 LOG(ERROR) << "Failed to extract " << AB_OTA_PAYLOAD_PROPERTIES in ExtractPayloadProperties()291 LOG(ERROR) << "Failed to extract " << AB_OTA_PAYLOAD_PROPERTIES << ": " << ErrorCodeString(err); in ExtractPayloadProperties()