Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Daddr.rs29 let mut last_e = None; in each_addr() localVariable
34 Err(e) => last_e = Some(e), in each_addr()
38 Err(last_e.unwrap_or(io::Error::new( in each_addr()
H A Dudp.rs170 let mut last_e = None; in connect() localVariable
176 Err(e) => last_e = Some(e), in connect()
180 Err(last_e.unwrap_or(io::Error::new( in connect()