Searched defs:OutputFd (Results 1 – 2 of 2) sorted by relevance
71 struct OutputFd { struct73 OutputFd(int *fd) : fd_(fd) { in OutputFd() argument75 OutputFd(OutputFd &&rhs) { in OutputFd() argument86 int Set(int fd) { in Set()93 int get() { in get()
121 int OutputFd = dup(2); in DupAndCloseStderr() local