Home
last modified time | relevance | path

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

/bootable/recovery/
Drecovery.cpp724 Device::BuiltinAction next_action = shutdown_after ? Device::SHUTDOWN : Device::REBOOT; in start_recovery() local
835 status = ApplyFromAdb(device, false /* rescue_mode */, &next_action); in start_recovery()
843 status = ApplyFromAdb(device, true /* rescue_mode */, &next_action); in start_recovery()
876 next_action = temp; in start_recovery()
884 return next_action; in start_recovery()