Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dmod.rs1173 let expect_boot_b = include_bytes!("../../../libstorage/test/boot_b.bin"); in test_fetch_partition() localVariable
1236 let expect_boot_b = include_bytes!("../../../libstorage/test/boot_b.bin"); in test_flash_partition() localVariable
1367 let expect_boot_b = flipped_bits(include_bytes!("../../../libstorage/test/boot_b.bin")); in test_async_flash_block_on_busy_blk() localVariable
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Dpartition.rs572 let expect_boot_b = include_bytes!("../../libstorage/test/boot_b.bin"); in test_read_partition_gpt() localVariable