Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp890 static constexpr int RETRY_LIMIT = 4; in start_recovery() local
891 if (status == INSTALL_RETRY && retry_count < RETRY_LIMIT) { in start_recovery()