Searched defs:TestDisk (Results 1 – 3 of 3) sorted by relevance
587 pub(crate) type TestDisk = Disk<RamBlockIo<Vec<u8>>, Vec<u8>>; typedef607 mut write_func: impl FnMut(&mut TestDisk, u64, &mut [u8]), in write_test_helper()
1124 fn test_disk(data: impl AsRef<[u8]>) -> TestDisk { in test_disk()1130 fn test_disk_and_gpt(data: impl AsRef<[u8]>) -> (TestDisk, GptMax) { in test_disk_and_gpt()
601 type TestDisk = Disk<RamBlockIo<Vec<u8>>, Vec<u8>>; typedef