Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/slots/
Dfuchsia.rs170 (0, t) if t > 0 => Bootability::Retriable(t.into()), in get_slot_by_number()
229 Bootability::Retriable(_) => { in mark_boot_attempt()
314 bootability: Bootability::Retriable(sb.get_max_retries()), in test_slot_block_defaults()
319 bootability: Bootability::Retriable(sb.get_max_retries()), in test_slot_block_defaults()
378 bootability: Bootability::Retriable((DEFAULT_RETRIES - 1).into()) in test_slot_mark_boot_attempt()
397 bootability: Bootability::Retriable((DEFAULT_RETRIES - 1).into()) in test_slot_mark_boot_attempt_tracks_active()
540 … bootability: Bootability::Retriable(sb.get_max_retries()),
587 Bootability::Retriable(DEFAULT_RETRIES.into()) in test_deserialize_default_to_dirty_cache()
Dandroid.rs274 (false, t) if t > 0 => Bootability::Retriable(t.into()), in get_slot_by_number()
338 Bootability::Retriable(_) => { in mark_boot_attempt()
397 bootability: Bootability::Retriable(sb.get_max_retries()), in test_slot_block_defaults()
417 bootability: Bootability::Retriable(sb.get_max_retries()), in test_slot_block_fewer_slots()
528 bootability: Bootability::Retriable((DEFAULT_RETRIES - 1).into()) in test_slot_mark_boot_attempt()
/bootable/libbootloader/gbl/libgbl/src/
Dslots.rs172 Retriable(Tries), enumerator
177 Self::Retriable(7u8.into()) in default()