Searched refs:old_file (Results 1 – 1 of 1) sorted by relevance
1055 let old_file = fd_table_guard in dup() localVariable1059 let new_file = old_file.try_clone().ok_or(SystemError::EBADF)?; in dup()1133 let old_file = fd_table_guard in do_dup3() localVariable1136 let new_file = old_file.try_clone().ok_or(SystemError::EBADF)?; in do_dup3()