Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dfile_buf.rs39 let r_idx = n + self.idx; in append_to() localVariable
40 buf.append(&self.buf[self.idx..r_idx]); in append_to()
42 if r_idx == self.buf.len() { in append_to()
46 self.idx = r_idx; in append_to()