Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dread_task.rs169 io_res: io::Result<usize>, in io_string_result()
174 match (io_res, str_res) { in io_string_result()
457 let io_res = poll_ready!(poll_read_until(buf, reader, b'\n', read_len, cx)); in poll_next_line() localVariable
460 let res = poll_ready!(io_string_result(io_res, str_res, *read_len, output))?; in poll_next_line()