Searched refs:info_path (Results 1 – 2 of 2) sorted by relevance
64 pub fn write_info_and_signature(self, info_path: &Path) -> Result<()> { in write_info_and_signature()72 File::create(info_path).with_context(|| format!("Creating {}", info_path.display()))?; in write_info_and_signature()75 let mut signature_name = info_path.file_name().unwrap().to_owned(); in write_info_and_signature()77 let signature_path = info_path.with_file_name(&signature_name); in write_info_and_signature()
541 let info_path = entry.unwrap_or_default(); in migrate_bluez_devices() localVariable542 let hid_path = info_path.to_str().unwrap_or_default().replace("info", "hog-uhid-cache"); in migrate_bluez_devices()543 let addrs = info_path.to_str().unwrap_or_default().split('/').collect::<Vec<&str>>(); in migrate_bluez_devices()549 info_path.to_str().unwrap_or_default(), in migrate_bluez_devices()