Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dbuiltins.cpp1171 bool should_reboot_into_recovery = true; in ExecVdcRebootOnFailure() local
1174 should_reboot_into_recovery = false; in ExecVdcRebootOnFailure()
1178 auto reboot = [reboot_reason, should_reboot_into_recovery](const std::string& message) { in ExecVdcRebootOnFailure()
1180 if (should_reboot_into_recovery) { in ExecVdcRebootOnFailure()