Home
last modified time | relevance | path

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

/bootable/libbootloader/gbl/libfdt/src/
Dlib.rs312 let mut init = include_bytes!("../test/test.dtb").to_vec(); in test_new_from_invalid_fdt() localVariable
323 let init = include_bytes!("../test/test.dtb").to_vec(); in test_get_property() localVariable
350 let init = include_bytes!("../test/test.dtb").to_vec(); in test_set_property() localVariable
360 let init = include_bytes!("../test/test.dtb").to_vec(); in test_set_property_placeholder() localVariable
372 let init = include_bytes!("../test/test.dtb").to_vec(); in test_header_from_raw() localVariable
381 let mut init = include_bytes!("../test/test.dtb").to_vec(); in test_header_from_raw_invalid() localVariable
389 let init = include_bytes!("../test/test.dtb").to_vec(); in test_fdt_shrink_to_fit() localVariable