Home
last modified time | relevance | path

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

/packages/modules/Virtualization/compos/src/
Dartifact_signer.rs77 let signature_path = info_path.with_file_name(&signature_name); in write_info_and_signature() localVariable
78 let mut signature_file = File::create(&signature_path) in write_info_and_signature()
79 .with_context(|| format!("Creating {}", signature_path.display()))?; in write_info_and_signature()