Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/
H A Dmetadata.rs87 .metadata_command_with_options(manifest_path.as_ref(), vec!["--locked".to_owned()])? in generate()
133 pub(crate) fn metadata_command_with_options( in metadata_command_with_options() method
707 .metadata_command_with_options(pristine_manifest_path, vec!["--locked".to_owned()])? in copy_project_with_explicit_deps_on_all_transitive_proc_macros()
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/splicing/
H A Dsplicer.rs79 .metadata_command_with_options(manifest_path, Vec::new())? in new()
787 .metadata_command_with_options(manifest_path, vec!["--offline".to_owned()]) in generate_metadata()