Home
last modified time | relevance | path

Searched defs:append_extension (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/which-rs/src/
Dfinder.rs144 fn append_extension<P>(paths: P) -> impl IntoIterator<Item = PathBuf> in append_extension() method
152 fn append_extension<P>(paths: P) -> impl IntoIterator<Item = PathBuf> in append_extension() method
/third_party/rust/crates/rust-openssl/openssl/src/x509/
Dmod.rs348 pub fn append_extension(&mut self, extension: X509Extension) -> Result<(), ErrorStack> { in append_extension() method