Searched refs:with_appended_extension (Results 1 – 2 of 2) sorted by relevance
31 fn with_appended_extension(&self, suffix: impl AsRef<OsStr>) -> PathBuf; in with_appended_extension() method35 fn with_appended_extension(&self, suffix: impl AsRef<OsStr>) -> PathBuf { in with_appended_extension() method
412 let ref rel_path_h = rel_path.with_appended_extension(".h"); in generate_bridge()419 let ref rel_path_cc = rel_path.with_appended_extension(".cc"); in generate_bridge()