Searched defs:RepoPath (Results 1 – 4 of 4) sorted by relevance
19 pub struct RepoPath { struct24 impl Display for RepoPath { argument30 impl RepoPath { impl31 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()
96 source_dir: RepoPath, in migrate()97 pseudo_crate_dir: RepoPath, in migrate()
93 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()
89 pub fn get_path(&self) -> &RepoPath { in get_path()