Searched refs:stem (Results 1 – 2 of 2) sorted by relevance
861 let stem = "lib".to_string() + &crate_.name; in crate_to_bp_modules() localVariable862 ("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() localVariable866 ("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() localVariable870 ("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() localVariable874 ("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() localVariable878 ("rust_proc_macro".to_string(), stem) in crate_to_bp_modules()[all …]
190 self.stem = "" # real base name of output file434 self.module_name = self.stem