Searched refs:mk_bin (Results 1 - 1 of 1) sorted by relevance
/third_party/rust/crates/which-rs/tests/ |
H A D | basic.rs | 25 fn mk_bin(dir: &Path, path: &str, extension: &str) -> io::Result<PathBuf> { in mk_bin() functions 42 fn mk_bin(dir: &Path, path: &str, extension: &str) -> io::Result<PathBuf> { in mk_bin() functions 65 bins.push(mk_bin(&p, BIN_NAME, "").unwrap()); in new() 66 bins.push(mk_bin(&p, BIN_NAME, "exe").unwrap()); in new() 67 bins.push(mk_bin(&p, BIN_NAME, "cmd").unwrap()); in new() 72 bins.push(mk_bin(&p, "win-bin", "exe").unwrap()); in new() 86 pub fn mk_bin(&self, path: &str, extension: &str) -> io::Result<PathBuf> { in mk_bin() functions 87 mk_bin(self.tempdir.path(), path, extension) in mk_bin() 137 f.mk_bin("a/bin_0", "").unwrap(); in test_which_re_in_with_matches() 138 f.mk_bin(" in test_which_re_in_with_matches() [all...] |
Completed in 1 milliseconds