Home
last modified time | relevance | path

Searched defs:TestDisk (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/
H A Dlib.rs587 pub(crate) type TestDisk = Disk<RamBlockIo<Vec<u8>>, Vec<u8>>; typedef
607 mut write_func: impl FnMut(&mut TestDisk, u64, &mut [u8]), in write_test_helper()
H A Dgpt.rs1124 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()
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/slots/
H A Dfuchsia.rs601 type TestDisk = Disk<RamBlockIo<Vec<u8>>, Vec<u8>>; typedef