Home
last modified time | relevance | path

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

/packages/modules/Virtualization/compos/src/
Dartifact_signer.rs64 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()
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/src/
Dmigrate.rs541 let info_path = entry.unwrap_or_default(); in migrate_bluez_devices() localVariable
542 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()