Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dfile_buf.rs90 pub(crate) fn drop_unread(&mut self) -> i64 { in drop_unread() method
H A Dasync_file.rs292 .seek(SeekFrom::Current(buf.drop_unread())) in set_len()
390 let unread = r_buf.drop_unread(); in poll_seek()
511 let unread = w_buf.drop_unread(); in poll_write()