Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Ddebug_config.rs111 fn from_overlay_onto_new_fdt(overlay_file_path: &Path) -> Result<Self> { in from_overlay_onto_new_fdt() method
222 let owned_fdt = OwnedFdt::from_overlay_onto_new_fdt(path)?; in from_custom_debug_overlay_policy()