Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libstorage/src/
Dtestlib.rs431 store.extend(data.iter()); in add_blocks()
509 store.extend(e.as_bytes()); in partitions_to_disk_data()
524 store.extend(e.as_bytes()); in partitions_to_disk_data()
/bootable/libbootloader/gbl/efi/src/
Dfuchsia_boot.rs143 zbi.extend(&val)?; in load_fuchsia_simple()
/bootable/libbootloader/gbl/third_party/libzbi/src/
Dlib.rs615 pub fn extend(&mut self, other: &ZbiContainer<impl ByteSlice + PartialEq>) -> ZbiResult<()> { in extend() method
1915 container.extend(&container_0).unwrap(); in zbi_test_container_extend_new()
1916 container.extend(&container_1).unwrap(); in zbi_test_container_extend_new()
1944 container_0.extend(&container_1).unwrap(); in zbi_test_container_extend_with_empty()
1967 assert_eq!(container_full.extend(&container), Err(ZbiError::TooBig)); in zbi_test_container_extend_full()
1991 assert_eq!(container_small.extend(&container), Err(ZbiError::TooBig)); in zbi_test_container_extend_1_byte_short()
2016 assert!(container_full.extend(&container).is_ok()); in zbi_test_container_extend_use_all_buffer()