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

/bionic/libc/bionic/
H A Dfts.c1018 int ret, oerrno, newfd; local
1021 newfd = fd;
1024 if (fd < 0 && (newfd = open(path, O_RDONLY, 0)) < 0)
1026 if (fstat(newfd, &sb)) {
1035 ret = fchdir(newfd);
1039 (void)close(newfd);

Completed in 29 milliseconds