Home
last modified time | relevance | path

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

/development/tools/cargo_embargo/src/cargo/
Dcargo_out.rs238 let mut extra_filename = String::new(); in from_rustc_invocation() localVariable
328 extra_filename = x.to_string(); in from_rustc_invocation()
417 let output_filename = out.name.clone() + &extra_filename; in from_rustc_invocation()