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

/frameworks/compile/libbcc/lib/Support/
H A DOutputFile.cpp128 int newfd; local
131 newfd = ::dup(mFD);
132 if (newfd < 0) {
145 new (std::nothrow) llvm::raw_fd_ostream(newfd, /* shouldClose */true);

Completed in 306 milliseconds