HomeSort by relevance Sort by last modified time
    Searched defs:OutputFd (Results 1 - 2 of 2) sorted by null

  /external/drm_hwcomposer/
autofd.h 71 struct OutputFd {
72 OutputFd() = default;
73 OutputFd(int *fd) : fd_(fd) {
75 OutputFd(OutputFd &&rhs) {
80 OutputFd &operator=(OutputFd &&rhs) {
  /external/llvm/lib/Fuzzer/
FuzzerIO.cpp 121 int OutputFd = dup(2);
122 if (OutputFd > 0) {
123 FILE *NewOutputFile = fdopen(OutputFd, "w");
127 EF->__sanitizer_set_report_fd(reinterpret_cast<void *>(OutputFd));

Completed in 950 milliseconds