Searched refs:GblUtils (Results 1 – 2 of 2) sorted by relevance
/bootable/libbootloader/gbl/libgbl/src/ |
D | ops.rs | 143 pub(crate) struct GblUtils<'a, 'b, T: GblOps> { struct 148 impl<'a, 'b, T: GblOps> GblUtils<'a, 'b, T> { impl 166 impl<T: GblOps> AsMultiBlockDevices for GblUtils<'_, '_, T> { implementation 185 impl<T: GblOps> Write for GblUtils<'_, '_, T> { implementation
|
D | lib.rs | 66 use ops::GblUtils; 539 let (mut block_devices, load_buffer) = GblUtils::new(self.ops, load_buffer)?; in zircon_load_and_boot()
|