Home
last modified time | relevance | path

Searched defs:new_fd (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/bionic/
Ddup.cpp41 int dup2(int old_fd, int new_fd) { in dup2()
55 int dup3(int old_fd, int new_fd, int flags) { in dup3()
Dspawn.cpp54 int new_fd; member
295 int new_fd, in posix_spawn_add_file_action()
340 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t* actions, int fd, int new_fd) { in posix_spawn_file_actions_adddup2()
/bionic/libc/stdio/
Dstdio.cpp1207 int new_fd = fcntl(fds[child], F_DUPFD_CLOEXEC, 0); in popen() local