Home
last modified time | relevance | path

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

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Dpartition.rs507 let boot_a = gpt.find_partition(Some("boot_a")).unwrap(); in test_find_partition_gpt() localVariable
777 let boot_a = include_bytes!("../../libstorage/test/boot_a.bin"); in test_read_unique_partition() localVariable
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fastboot/
H A Dmod.rs1492 let boot_a = include_bytes!("../../../libstorage/test/boot_a.bin"); in test_default_block() localVariable