Home
last modified time | relevance | path

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

/bootable/recovery/install/include/install/
Dadb_install.h25 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action);
/bootable/recovery/install/
Dadb_install.cpp280 bool rescue_mode) { in CreateMinadbdServiceAndExecuteCommands() argument
302 if (rescue_mode) { in CreateMinadbdServiceAndExecuteCommands()
338 InstallResult ApplyFromAdb(Device* device, bool rescue_mode, Device::BuiltinAction* reboot_action) { in ApplyFromAdb() argument
365 if (!rescue_mode) { in ApplyFromAdb()
379 CreateMinadbdServiceAndExecuteCommands(ui, command_map, rescue_mode); in ApplyFromAdb()
/bootable/recovery/minadbd/
Dminadbd_services.cpp52 static bool rescue_mode = false; variable
60 rescue_mode = rescue; in SetMinadbdRescueMode()
130 if (!rescue_mode || *status == MinadbdCommandStatus::kSuccess) { in RunAdbFuseSideload()
287 if (rescue_mode) { in daemon_service_to_fd()