Home
last modified time | relevance | path

Searched defs:expect_vendor_boot_a (Results 1 – 2 of 2) sorted by relevance

/bootable/libbootloader/gbl/libstorage/src/
Dmulti_blocks.rs262 let expect_vendor_boot_a = include_bytes!("../test/vendor_boot_a.bin"); in test_multi_block_gpt_read() localVariable
308 let expect_vendor_boot_a = &mut include_bytes!("../test/vendor_boot_a.bin").to_vec(); in test_multi_block_gpt_write() localVariable
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs467 let expect_vendor_boot_a = include_bytes!("../../../libstorage/test/vendor_boot_a.bin"); in test_fetch_gpt_partition() localVariable