Home
last modified time | relevance | path

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

/bootable/deprecated-ota/tests/unit/host/
Dupdate_simulator_test.cpp333 { "RECOVERY/RAMDISK/etc/recovery.fstab", fstab_content_ },
362 { "RECOVERY/RAMDISK/etc/recovery.fstab", fstab_content_ },
/bootable/libbootloader/gbl/libgbl/src/slots/
Dfuchsia.rs63 const RECOVERY = 1 << 0; constant
72 OneShotFlags::RECOVERY => Some(OneShot::Continue(RecoveryTarget::Dedicated)), in from()
84 OneShot::Continue(RecoveryTarget::Dedicated) => Self::RECOVERY, in from()