Searched refs:overlay_onto (Results 1 – 2 of 2) sorted by relevance
30 fn overlay_onto(&mut self, fdt_node_path: &CStr, fs_path: &Path) -> Result<()>; in overlay_onto() method38 fdt.overlay_onto(&CString::new("").unwrap(), fs_path)?; in from_fs()43 fn overlay_onto(&mut self, fdt_node_path: &CStr, fs_path: &Path) -> Result<()> { in overlay_onto() method135 fdt.overlay_onto(&CString::new("/").unwrap(), fs_path).unwrap(); in test_from_fs()
90 fdt.overlay_onto(cstr!("/fragment@0/__overlay__"), path)?; in create_device_tree_overlay()