Lines Matching refs:paths
16 pub paths: OsString,
60 let mut paths = vec![];
68 paths.push(p);
73 paths.push(p);
76 paths: env::join_paths(paths).unwrap(),
92 which::CanonicalPath::new_in(path, Some(f.paths.clone()), f.tempdir.path())
99 which::CanonicalPath::all_in(path, Some(f.paths.clone()), f.tempdir.path())
141 let result: Vec<PathBuf> = which::which_re_in(re, Some(f.paths))
160 let result: Vec<PathBuf> = which::which_re_in(re, Some(f.paths))
206 let which_result = which::which_in(&b, Some(&f.paths), ".").unwrap();