Searched refs:check_read_partition (Results 1 – 1 of 1) sorted by relevance
/bootable/libbootloader/gbl/libstorage/src/ |
D | multi_blocks.rs | 234 fn check_read_partition( in check_read_partition() function 259 check_read_partition(&mut devs, "boot_a", off, expect_boot_a); in test_multi_block_gpt_read() 260 check_read_partition(&mut devs, "boot_b", off, expect_boot_b); in test_multi_block_gpt_read() 265 check_read_partition(&mut devs, "vendor_boot_a", off, expect_vendor_boot_a); in test_multi_block_gpt_read() 266 check_read_partition(&mut devs, "vendor_boot_b", off, expect_vendor_boot_b); in test_multi_block_gpt_read()
|