Home
last modified time | relevance | path

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

/development/tools/cargo_embargo/src/
Dmain.rs861 let stem = "lib".to_string() + &crate_.name; in crate_to_bp_modules() localVariable
862 ("rust_library".to_string() + host + rlib, stem) in crate_to_bp_modules()
865 let stem = "lib".to_string() + &crate_.name; in crate_to_bp_modules() localVariable
866 ("rust_library".to_string() + host + "_dylib", stem + "_dylib") in crate_to_bp_modules()
869 let stem = "lib".to_string() + &crate_.name; in crate_to_bp_modules() localVariable
870 ("rust_ffi".to_string() + host + "_shared", stem + "_shared") in crate_to_bp_modules()
873 let stem = "lib".to_string() + &crate_.name; in crate_to_bp_modules() localVariable
874 ("rust_ffi".to_string() + host + "_static", stem + "_static") in crate_to_bp_modules()
877 let stem = "lib".to_string() + &crate_.name; in crate_to_bp_modules() localVariable
878 ("rust_proc_macro".to_string(), stem) in crate_to_bp_modules()
[all …]
/development/scripts/
Dcargo2rulesmk.py190 self.stem = "" # real base name of output file
434 self.module_name = self.stem