Searched refs:dup_flags (Results 1 – 1 of 1) sorted by relevance
353 int dup_flags = (fd_flags & FD_CLOEXEC) ? O_CLOEXEC : 0; in ReopenOrDetach() local354 if (TEMP_FAILURE_RETRY(dup3(new_fd, fd, dup_flags)) == -1) { in ReopenOrDetach()359 dup_flags, in ReopenOrDetach()