Lines Matching full:path
99 use std::path::Path;
913 pub fn set_ca_file<P: AsRef<Path>>(&mut self, file: P) -> Result<(), ErrorStack> {
971 pub fn set_certificate_file<P: AsRef<Path>>(
993 pub fn set_certificate_chain_file<P: AsRef<Path>>(
1030 pub fn set_private_key_file<P: AsRef<Path>>(
3214 pub fn set_private_key_file<P: AsRef<Path>>(
3216 path: P,
3219 let p = path.as_ref().as_os_str().to_str().unwrap();
3256 pub fn set_certificate_chain_file<P: AsRef<Path>>(
3258 path: P,
3260 let p = path.as_ref().as_os_str().to_str().unwrap();