Home
last modified time | relevance | path

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

/aosp_15_r20/development/tools/external_crates/crate_tool/src/
H A Dmanaged_repo.rs49 pub struct ManagedRepo { struct
54 impl ManagedRepo { implementation
55 pub fn new(path: RootedPath, offline: bool) -> Result<ManagedRepo> { in new()