Lines Matching refs:bootreason
1420 char bootreason[PROPERTY_VALUE_MAX];
1421 if (property_get("ro.boot.bootreason", bootreason, nullptr) > 0) {
1423 if (strcasecmp(str.c_str(), bootreason) == 0) {
1669 // Skip update-on-reboot when bootreason is kernel_panic or similar
1670 ui->Print("bootreason is in the blacklist; skip OTA installation\n");