Home
last modified time | relevance | path

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

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