Home
last modified time | relevance | path

Searched defs:init (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libfdt/src/
Dlib.rs457 let mut init = include_bytes!("../test/data/base.dtb").to_vec(); in test_new_from_invalid_fdt() localVariable
468 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_get_property() localVariable
495 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_set_property() localVariable
505 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_delete_node() localVariable
529 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_delete_nost_existed_node_is_failed() localVariable
541 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_set_property_placeholder() localVariable
552 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_header_from_bytes() localVariable
560 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_header_from_bytes_wrong_alignment() localVariable
574 let init = include_bytes!("../test/data/base.dtb").to_vec(); in test_header_from_raw() localVariable
583 let mut init = include_bytes!("../test/data/base.dtb").to_vec(); in test_header_from_raw_invalid() localVariable
[all …]
/bootable/libbootloader/gbl/efi/src/
Dnet.rs658 pub fn init( in init() method
/bootable/libbootloader/gbl/libefi/src/protocol/
Dgbl_efi_image_loading.rs684 init: bool, field