Searched refs:OutputFd (Results 1 – 5 of 5) sorted by relevance
71 struct OutputFd { struct72 OutputFd() = default;73 OutputFd(int *fd) : fd_(fd) { in OutputFd() function75 OutputFd(OutputFd &&rhs) { in OutputFd() function80 OutputFd &operator=(OutputFd &&rhs) {
142 OutputFd release_fence;162 OutputFd retire_fence;
85 OutputFd release_fence_output() { in release_fence_output()86 return OutputFd(&release_fence_raw_); in release_fence_output()
893 OutputFd release_fence = release_fence_output(); in PopulateDrmLayer()
121 int OutputFd = dup(2); in DupAndCloseStderr() local122 if (OutputFd > 0) { in DupAndCloseStderr()123 FILE *NewOutputFile = fdopen(OutputFd, "w"); in DupAndCloseStderr()127 EF->__sanitizer_set_report_fd(reinterpret_cast<void *>(OutputFd)); in DupAndCloseStderr()