Searched refs:DPPath (Results 1 – 1 of 1) sorted by relevance
35 struct DPPath { struct40 impl DPPath { impl60 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()