Home
last modified time | relevance | path

Searched refs:new_with_data (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/fuchsia_boot/
H A Dmod.rs407 pub(crate) fn new_with_data(data: &[u8], alignment: usize) -> Self { in new_with_data() method
587 let expected_kernel = AlignedBuffer::new_with_data(zbi, ZBI_ALIGNMENT_USIZE); in test_zircon_load_verify_slotless()
606 let expected_kernel = AlignedBuffer::new_with_data(zbi, ZBI_ALIGNMENT_USIZE); in test_load_verify_slotted_helper()
677 let expected_kernel = AlignedBuffer::new_with_data(&zbi, ZBI_ALIGNMENT_USIZE); in load_verify_test_data()
871 let expected_kernel = AlignedBuffer::new_with_data(zbi, ZBI_ALIGNMENT_USIZE); in test_zircon_load_verify_no_bootloader_file()