Home
last modified time | relevance | path

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

/bootable/recovery/
Dinstall.cpp233 static constexpr const char* AB_OTA_PAYLOAD = "payload.bin"; in update_binary_command() local
234 ZipString payload_name(AB_OTA_PAYLOAD); in update_binary_command()
237 LOG(ERROR) << "Failed to find " << AB_OTA_PAYLOAD; in update_binary_command()