Home
last modified time | relevance | path

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

/aosp12/system/core/init/
H A Dbuiltins.cpp1198 bool should_reboot_into_recovery = true; in ExecVdcRebootOnFailure() local
1201 should_reboot_into_recovery = false; in ExecVdcRebootOnFailure()
1205 auto reboot = [reboot_reason, should_reboot_into_recovery](const std::string& message) { in ExecVdcRebootOnFailure()
1207 if (should_reboot_into_recovery) { in ExecVdcRebootOnFailure()