Home
last modified time | relevance | path

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

/packages/modules/Virtualization/virtualizationmanager/src/
Ddebug_config.rs35 struct DPPath { struct
40 impl DPPath { impl
60 static ref DP_LOG_PATH: DPPath = DPPath::new("/avf/guest/common", "log").unwrap();
61 static ref DP_RAMDUMP_PATH: DPPath = DPPath::new("/avf/guest/common", "ramdump").unwrap();
62 static ref DP_ADB_PATH: DPPath = DPPath::new("/avf/guest/microdroid", "adb").unwrap();
84 fn get_fdt_prop_bool(fdt: &Fdt, path: &DPPath) -> Result<bool> { in get_fdt_prop_bool()