Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Daidl.rs735 let dt_output = temporary_directory.join(VM_DT_OVERLAY_PATH); in maybe_create_device_tree_overlay() localVariable
741 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()