Lines Matching refs:stem
861 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()
883 let stem = crate_.package_name.clone() + "_test_" + &suffix; in crate_to_bp_modules() localVariable
890 stem in crate_to_bp_modules()
894 ("rust_test".to_string() + host, stem) in crate_to_bp_modules()