Home
last modified time | relevance | path

Searched refs:new_base (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/build/scripts/util/
H A Dbuild_utils.py749 def rebase_path(path_to_rebase, new_base=None, current_base="."): argument
750 if new_base:
751 return os.path.relpath(os.path.join(current_base, path_to_rebase), new_base)
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dssl_base.rs69 let mut stream = SslStream::new_base(self, stream, None)?; in connect()
H A Dstream.rs141 pub(crate) fn new_base( in new_base() method
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
H A Dc_ssl_stream.rs66 ssl::SslStream::new_base( in new()