Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
H A Dtest_utils.rs98 … let tmp_size = stream.read(&mut buf[total..]).await.expect("tcp stream read error !"); localVariable
99 total += tmp_size;