Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs1296 let expect_boot_a = include_bytes!("../../../libstorage/test/boot_a.bin"); in test_fetch_partition() localVariable
1359 let expect_boot_a = include_bytes!("../../../libstorage/test/boot_a.bin"); in test_flash_partition() localVariable
1436 let expect_boot_a = flipped_bits(include_bytes!("../../../libstorage/test/boot_a.bin")); in test_async_flash() localVariable
1486 let expect_boot_a = flipped_bits(include_bytes!("../../../libstorage/test/boot_a.bin")); in test_async_flash_block_on_busy_blk() localVariable
1542 let expect_boot_a = flipped_bits(include_bytes!("../../../libstorage/test/boot_a.bin")); in test_async_flash_error() localVariable
1721 let expect_boot_a = flipped_bits(include_bytes!("../../../libstorage/test/boot_a.bin")); in test_reboot_sync_all_blocks() localVariable
1756 let expect_boot_a = flipped_bits(include_bytes!("../../../libstorage/test/boot_a.bin")); in test_continue_sync_all_blocks() localVariable
/bootable/libbootloader/gbl/libgbl/src/
Dpartition.rs524 let expect_boot_a = include_bytes!("../../libstorage/test/boot_a.bin"); in test_read_partition_gpt() localVariable