Searched refs:drop_fd (Results 1 – 2 of 2) sorted by relevance
759 pub fn drop_fd(&mut self, fd: i32) -> Result<Arc<File>, SystemError> { in drop_fd() method777 if let Err(r) = self.drop_fd(i as i32) { in close_on_exec()
529 let _file = fd_table_guard.drop_fd(fd as i32)?; in close()1127 if fd_table_guard.drop_fd(newfd).is_err() { in do_dup3()