Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dvars.rs128 const TOTAL_BLOCKS: &str = "total-blocks"; constant
143 TOTAL_BLOCKS => gbl_fb.storage().get(id)?.num_blocks()?, in get()