Searched defs:TestBlockDevice (Results 1 – 2 of 2) sorted by relevance
209 pub struct TestBlockDevice { struct217 impl TestBlockDevice { argument223 impl From<&[u8]> for TestBlockDevice { implementation229 impl AsBlockDevice for TestBlockDevice { implementation235 impl Default for TestBlockDevice { implementation391 pub fn build(self) -> TestBlockDevice { in build()
986 fn write_test_helper(case: &TestCase, write_func: fn(&mut TestBlockDevice, u64, &mut [u8])) { in write_test_helper()