Home
last modified time | relevance | path

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

/development/tools/external_crates/crate_health/src/
Drepo_path.rs19 pub struct RepoPath { struct
24 impl Display for RepoPath { argument
30 impl RepoPath { impl
31 pub fn new<P: Into<PathBuf>, Q: Into<PathBuf>>(root: P, path: Q) -> RepoPath { in new()
47 pub fn join(&self, path: &impl AsRef<Path>) -> RepoPath { in join()
50 pub fn with_same_root<P: Into<PathBuf>>(&self, path: P) -> RepoPath { in with_same_root()
Dmigration.rs96 source_dir: RepoPath, in migrate()
97 pseudo_crate_dir: RepoPath, in migrate()
Dcrate_type.rs93 pub fn path(&self) -> &RepoPath { in path()
96 pub fn android_bp(&self) -> RepoPath { in android_bp()
99 pub fn cargo_embargo_json(&self) -> RepoPath { in cargo_embargo_json()
102 pub fn staging_path(&self) -> RepoPath { in staging_path()
107 pub fn patch_dir(&self) -> RepoPath { in patch_dir()
Dpseudo_crate.rs89 pub fn get_path(&self) -> &RepoPath { in get_path()