Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/splicing/
H A Dcargo_config.rs125 pub(crate) fn get_source_from_url(&self, url: &str) -> Option<&Source> { in get_source_from_url() method
146 if let Some(source) = self.get_source_from_url(url) { in resolve_replacement_url()
285 .get_source_from_url("https://artmirror.mycompany/artifactory/cargo-mirror.git") in registry_settings_get_source_from_url()