Home
last modified time | relevance | path

Searched defs:TestBlockDevice (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libstorage/src/
Dtestlib.rs209 pub struct TestBlockDevice { struct
217 impl TestBlockDevice { argument
223 impl From<&[u8]> for TestBlockDevice { implementation
229 impl AsBlockDevice for TestBlockDevice { implementation
235 impl Default for TestBlockDevice { implementation
391 pub fn build(self) -> TestBlockDevice { in build()
Dlib.rs986 fn write_test_helper(case: &TestCase, write_func: fn(&mut TestBlockDevice, u64, &mut [u8])) { in write_test_helper()