Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libstorage/src/
Dmulti_blocks.rs257 let expect_boot_b = include_bytes!("../test/boot_b.bin"); in test_multi_block_gpt_read() localVariable
301 let expect_boot_b = &mut include_bytes!("../test/boot_b.bin").to_vec(); in test_multi_block_gpt_write() localVariable
Dgpt.rs582 let expect_boot_b = include_bytes!("../test/boot_b.bin"); in test_gpt_read() localVariable
611 let mut expect_boot_b = include_bytes!("../test/boot_b.bin").to_vec(); in test_gpt_write() localVariable
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs466 let expect_boot_b = include_bytes!("../../../libstorage/test/boot_b.bin"); in test_fetch_gpt_partition() localVariable
512 let expect_boot_b = include_bytes!("../../../libstorage/test/boot_b.bin"); in test_flash_partition() localVariable