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

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

Completed in 1536 milliseconds