Searched refs:expect_vendor_boot_b (Results 1 – 2 of 2) sorted by relevance
/bootable/libbootloader/gbl/libstorage/src/ |
D | multi_blocks.rs | 263 let expect_vendor_boot_b = include_bytes!("../test/vendor_boot_b.bin"); in test_multi_block_gpt_read() localVariable 266 check_read_partition(&mut devs, "vendor_boot_b", off, expect_vendor_boot_b); in test_multi_block_gpt_read() 309 let expect_vendor_boot_b = &mut include_bytes!("../test/vendor_boot_b.bin").to_vec(); in test_multi_block_gpt_write() localVariable 314 check_write_partition(&mut devs, "vendor_boot_b", off, expect_vendor_boot_b); in test_multi_block_gpt_write()
|
/bootable/libbootloader/gbl/libgbl/src/fastboot/ |
D | mod.rs | 468 let expect_vendor_boot_b = include_bytes!("../../../libstorage/test/vendor_boot_b.bin"); in test_fetch_gpt_partition() localVariable 476 check_gpt_upload(&mut gbl_fb, "vendor_boot_b", off, size, Some(1), expect_vendor_boot_b); in test_fetch_gpt_partition() 482 check_gpt_upload(&mut gbl_fb, "vendor_boot_b", off, size, None, expect_vendor_boot_b); in test_fetch_gpt_partition()
|