Searched refs:dt_output (Results 1 – 1 of 1) sorted by relevance
735 let dt_output = temporary_directory.join(VM_DT_OVERLAY_PATH); in maybe_create_device_tree_overlay() localVariable741 fs::write(&dt_output, fdt.as_slice()).or_service_specific_exception(-1)?; in maybe_create_device_tree_overlay()742 Some(File::open(dt_output).or_service_specific_exception(-1)?) in maybe_create_device_tree_overlay()