Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/tests/
Dapi_test.rs137 while let Ok(supernode) = node.supernode_at_depth(depth) { in node_supernode_at_depth()
/aosp_15_r20/packages/modules/Virtualization/libs/libfdt/src/
Dlib.rs162 pub fn supernode_at_depth(&self, depth: usize) -> Result<Self> { in supernode_at_depth() method
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Ddevice_assignment.rs345 let fragment_node = dtbo_node.supernode_at_depth(1)?; in locate_overlay_target_path()