Home
last modified time | relevance | path

Searched refs:fd_to (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c379 restartableDup2(int fd_from, int fd_to) in restartableDup2() argument
382 RESTARTABLE(dup2(fd_from, fd_to), err); in restartableDup2()
462 moveDescriptor(int fd_from, int fd_to) in moveDescriptor() argument
464 if (fd_from != fd_to) { in moveDescriptor()
465 if ((restartableDup2(fd_from, fd_to) == -1) || in moveDescriptor()