Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs1297 let expect_boot_b = include_bytes!("../../../libstorage/test/boot_b.bin"); in test_fetch_partition() localVariable
1360 let expect_boot_b = include_bytes!("../../../libstorage/test/boot_b.bin"); in test_flash_partition() localVariable
1491 let expect_boot_b = flipped_bits(include_bytes!("../../../libstorage/test/boot_b.bin")); in test_async_flash_block_on_busy_blk() localVariable
/bootable/libbootloader/gbl/libgbl/src/
Dpartition.rs526 let expect_boot_b = include_bytes!("../../libstorage/test/boot_b.bin"); in test_read_partition_gpt() localVariable