Searched refs:run_ram_load_boot_with_result (Results 1 – 2 of 2) sorted by relevance
/mcuboot-latest/sim/tests/ |
D | core.rs | 74 …e_no_upgrade_image(&NO_DEPS, ImageManipulation::WrongOffset), run_ram_load_boot_with_result(false)… 75 …pgrade_image(&NO_DEPS, ImageManipulation::IgnoreRamLoadFlag), run_ram_load_boot_with_result(false)… 76 …_no_upgrade_image(&NO_DEPS, ImageManipulation::BadSignature), run_ram_load_boot_with_result(false)… 77 …mage(&NO_DEPS, ImageManipulation::CorruptHigherVersionImage), run_ram_load_boot_with_result(true)); 80 …rade_image(&NO_DEPS, ImageManipulation::OverlapImages(true)), run_ram_load_boot_with_result(false)… 82 …ade_image(&NO_DEPS, ImageManipulation::OverlapImages(false)), run_ram_load_boot_with_result(false)…
|
/mcuboot-latest/sim/src/ |
D | image.rs | 1354 pub fn run_ram_load_boot_with_result(&self, expected_result: bool) -> bool { in run_ram_load_boot_with_result() method
|