Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Ddebug_config.rs35 node_path: CString, field
40 fn new(node_path: &str, prop_name: &str) -> Result<Self, NulError> { in new()
41 Ok(Self { node_path: CString::new(node_path)?, prop_name: CString::new(prop_name)? }) in new()
49 self.node_path.to_str().unwrap(), in to_path()
84 let (node_path, prop_name) = (&path.node_path, &path.prop_name); in get_fdt_prop_bool()
85 let node = match fdt.node(node_path) { in get_fdt_prop_bool()