Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libstorage/src/
Dtestlib.rs291 pub const DEFAULT_BLOCK_SIZE: u64 = 512; constant
298 block_size: Self::DEFAULT_BLOCK_SIZE, in new()
302 (Self::DEFAULT_BLOCK_SIZE * 32) as usize, in new()
Dlib.rs1302 let storage_size = (TestBlockDeviceBuilder::DEFAULT_BLOCK_SIZE * 3) as usize; in test_scratch_too_small()
1309 let block_size = TestBlockDeviceBuilder::DEFAULT_BLOCK_SIZE; in test_scratch_too_small()