Home
last modified time | relevance | path

Searched defs:set_len (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dstdio.rs58 pub(crate) fn set_len(&mut self, buf: &mut ReadBuf<'_>) { in set_len() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_file.rs275 pub async fn set_len(&self, size: u64) -> io::Result<()> { in set_len() method