Searched refs:truncate (Results 1 – 4 of 4) sorted by relevance
149 fn truncate(&self, len: usize) -> Result<(), i32> { in truncate() method150 return self.inner_inode.truncate(len); in truncate()
331 fn truncate(&self, _len: usize) -> Result<(), i32> { in truncate() method
228 inode.truncate(0)?; in do_open()
334 pub fn truncate(&mut self, fs: &Arc<FATFileSystem>, new_size: u64) -> Result<(), i32> { in truncate() method2145 s.truncate(len); in to_string()