Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DUNIXProcess_md.c374 restartableDup2(int fd_from, int fd_to) in restartableDup2() function
448 if ((restartableDup2(fd_from, fd_to) == -1) || in moveDescriptor()
734 (restartableDup2(STDOUT_FILENO, STDERR_FILENO) == -1)) in childProcess()