Home
last modified time | relevance | path

Searched defs:CrateCollection (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/development/tools/external_crates/crate_tool/src/
H A Dcrate_collection.rs33 pub struct CrateCollection { struct
38 impl CrateCollection { implementation
39 pub fn new<P: Into<PathBuf>>(repo_root: P) -> CrateCollection { in new()
H A Dmanaged_repo.rs90 fn legacy_crates_for(&self, crate_name: &str) -> Result<CrateCollection> { in legacy_crates_for()
95 fn legacy_crates(&self) -> Result<CrateCollection> { in legacy_crates()
100 fn new_cc(&self) -> CrateCollection { in new_cc()
H A Dpseudo_crate.rs104 fn crates(&self) -> &CrateCollection { in crates()