Lines Matching defs:FakeGblOps
522 pub(crate) struct FakeGblOps<'a, 'd> { struct
524 pub partitions: &'a [TestGblDisk],
531 pub avb_ops: AvbTestOps<'static>,
534 pub stop_in_fastboot: Option<Result<bool, Error>>,
537 pub zbi_bootloader_files_buffer: Vec<u8>,
540 pub rebooted: bool,
543 pub os: Option<Os>,
546 pub avb_key_validation_status: Option<AvbIoResult<KeyValidationStatus>>,
549 pub image_buffers: HashMap<String, LinkedList<ImageBuffer<'d>>>,
553 impl<'a, 'd> Write for FakeGblOps<'a, 'd> { implementation
559 impl<'a, 'd> FakeGblOps<'a, 'd> { implementation
600 impl<'a, 'd> GblOps<'a, 'd> for FakeGblOps<'a, 'd> { implementation