Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs168 pub(crate) fn partition_io(&mut self, part: GblFbPartition) -> GblFbPartitionIo { in partition_io() method
200 self.partition_io(part).write(off, data) in flash()
203 _ => self.partition_io(part).write(0, utils.download_data()), in flash()
232 self.partition_io(part).read(curr, &mut buffer[..to_usize(to_send)?])?; in fetch()
Dvars.rs83 PARTITION_SIZE => Some(snprintf!(out, "{:#x}", gbl_fb.partition_io(part).size()).len()), in get()