Searched defs:with_extension (Results 1 – 3 of 3) sorted by relevance
77 let with_extension = match env::consts::EXE_EXTENSION { in probe() localVariable
2606 pub fn with_extension<S: AsRef<OsStr>>(&self, extension: S) -> PathBuf { in with_extension() method
943 pub fn with_extension(&self, extension: &str) -> PathBuf { in with_extension() method