Searched refs:newfd (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dredir.c379 int newfd; local
381 newfd = fcntl(from, F_DUPFD, to);
382 if (newfd < 0) {
388 return newfd;
/system/core/toolbox/
H A Ddd.c274 int newfd; local
285 newfd = fcntl(fd, F_DUPFD, 3);
286 if (newfd < 0) {
294 return newfd;

Completed in 17 milliseconds