Home
last modified time | relevance | path

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

/DragonOS/kernel/src/filesystem/vfs/
H A Dfile.rs743 pub fn drop_fd(&mut self, fd: i32) -> Result<Arc<File>, SystemError> { in drop_fd() method
762 if let Err(r) = self.drop_fd(i as i32) { in close_on_exec()
H A Dsyscall.rs525 let _file = fd_table_guard.drop_fd(fd as i32)?; in close()
1103 if fd_table_guard.drop_fd(newfd).is_err() { in do_dup3()