Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/
Dops.rs143 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
Dlib.rs66 use ops::GblUtils;
539 let (mut block_devices, load_buffer) = GblUtils::new(self.ops, load_buffer)?; in zircon_load_and_boot()