Home
last modified time | relevance | path

Searched defs:blk (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libgbl/src/slots/
Dfuchsia.rs608 let mut blk = TestDisk::new_ram_alloc(512, 512, disk).unwrap(); in test_writeback() localVariable
643 let mut blk = TestDisk::new_ram_alloc(512, 512, disk).unwrap(); in test_writeback_with_cursor() localVariable
/bootable/libbootloader/gbl/libgbl/src/
Dpartition.rs219 let mut blk = self.disk.try_borrow_mut().map_err(|_| Error::NotReady)?; in sync_gpt() localVariable
242 let mut blk = self.disk.try_borrow_mut().map_err(|_| Error::NotReady)?; in update_gpt() localVariable
618 let blk = raw_disk(c"raw", raw); in test_write_sparse() localVariable
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dvars.rs170 let blk = &self.disks[id]; in get_var_block_device() localVariable