Searched refs:certs_path (Results 1 – 5 of 5) sorted by relevance
118 pub(crate) certs_path: Vec<String>,156 pub(crate) certs_path: Vec<CStringWrapper>,234 certs_path: self.certs_path.iter().map(CStringWrapper::from).collect(), in build_config_set()267 certs_path: vec![], in default()429 parcel.write(&(self.certs_path.len() as u32))?; in serialize()430 for cert_path in &self.certs_path { in serialize()
284 certs_path_ptr: set.certs_path.as_ptr(), in to_c_struct()285 certs_path_len: set.certs_path.len() as u32, in to_c_struct()340 certs_path: build_vec( in from_c_struct()
177 let paths = config.certs_path.as_slice(); in build_task_certs()
107 let mut certs_path = Vec::new(); in construct() localVariable110 certs_path.push(cert_path); in construct()218 certs_path, in construct()
450 certs_path: vec![], in get_task_config()