Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libgbl/src/
Dpartition.rs461 let boot_a = gpt.find_partition(Some("boot_a")).unwrap(); in test_find_partition_gpt() localVariable
692 let boot_a = include_bytes!("../../libstorage/test/boot_a.bin"); in test_read_unique_partition() localVariable
/bootable/libbootloader/gbl/libgbl/src/fastboot/
Dmod.rs1641 let boot_a = include_bytes!("../../../libstorage/test/boot_a.bin"); in test_default_block() localVariable