Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dfile_buf.rs37 pub(crate) fn append_to(&mut self, buf: &mut ReadBuf<'_>) -> usize { in append_to() method
H A Dasync_file.rs445 r_buf.append_to(buf); in poll_read()
466 file_buf.append_to(buf); in poll_read()