Home
last modified time | relevance | path

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

/bootable/recovery/install/
Dinstall.cpp308 static constexpr const char* AB_OTA_PAYLOAD = "payload.bin"; in SetUpAbUpdateCommands() local
310 if (FindEntry(zip, AB_OTA_PAYLOAD, &payload_entry) != 0) { in SetUpAbUpdateCommands()
311 LOG(ERROR) << "Failed to find " << AB_OTA_PAYLOAD; in SetUpAbUpdateCommands()