Searched refs:new_fd (Results 1 – 1 of 1) sorted by relevance
67 int new_fd = open_not_cancel(action->action.open_action.path, in execute_file_actions() local72 if (new_fd == -1) in execute_file_actions()76 if (new_fd != action->action.open_action.fd) { in execute_file_actions()77 if (dup2(new_fd, action->action.open_action.fd) in execute_file_actions()81 if (close_not_cancel(new_fd) != 0) in execute_file_actions()
Completed in 2 milliseconds