Searched refs:newfd (Results 1 – 1 of 1) sorted by relevance
75 int newfd; in dup() local78 newfd = ::dup(mFD); in dup()79 if (newfd < 0) { in dup()92 new (std::nothrow) llvm::raw_fd_ostream(newfd, /* shouldClose */true); in dup()