Home
last modified time | relevance | path

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

/mcuboot-2.7.6/sim/src/
Dimage.rs105 let num_images = Caps::get_num_images(); in new() localVariable
107 let mut slots = Vec::with_capacity(num_images); in new()
108 for image in 0..num_images { in new()
177 let num_images = self.num_images(); in make_no_upgrade_image() localVariable
180 let dep: Box<dyn Depender> = if num_images > 1 { in make_no_upgrade_image()
181 Box::new(PairDep::new(num_images, image_num, deps)) in make_no_upgrade_image()
401 pub fn num_images(&self) -> usize { in num_images() method
/mcuboot-2.7.6/sim/tests/
Dcore.rs65 if r.num_images() != 2 {