Searched refs:with_same_root (Results 1 – 3 of 3) sorted by relevance
50 pub fn with_same_root<P: Into<PathBuf>>(&self, path: P) -> RepoPath { in with_same_root() method66 assert_eq!(p.with_same_root(&"baz"), RepoPath::new("/foo", "baz")); in test_basic()
69 let host_bin = staging_path.with_same_root(&"out/host/linux-x86/bin").abs(); in run_cargo_embargo()80 Command::new(staging_path.with_same_root(&"out/host/linux-x86/bin/cargo_embargo").abs()); in run_cargo_embargo()
103 self.path.with_same_root( in staging_path()