Home
last modified time | relevance | path

Searched defs:untrusted_props (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/
Dfdt.rs1004 untrusted_props: BTreeMap<CString, Vec<u8>>, field
1179 let untrusted_props = parse_untrusted_props(fdt).map_err(|e| { in parse_device_tree() localVariable
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Daidl.rs904 let mut untrusted_props = Vec::with_capacity(2); in maybe_create_device_tree_overlay() localVariable