Home
last modified time | relevance | path

Searched refs:add_path (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dx509.rs221 pub(crate) fn add_path(&mut self, path: String) -> Result<(), ErrorStack> { in add_path() method
H A Dadapter.rs408 .and_then(|store| store.add_path(path)) in build()