reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/Unix/Path.inc
  912     Result |= O_CLOEXEC;
projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp
  351       internal_open(shmname, O_RDWR | O_CREAT | O_TRUNC | O_CLOEXEC, S_IRWXU));
projects/compiler-rt/lib/xray/xray_x86_64.cpp
   54   int Fd = open(Filename, O_RDONLY | O_CLOEXEC);
tools/clang/lib/DirectoryWatcher/linux/DirectoryWatcher-linux.cpp
   76     if (pipe2(InotifyPollingStopperFDs, O_CLOEXEC) == -1)
tools/lldb/source/Host/common/FileSystem.cpp
  387     open_flags |= O_CLOEXEC;
tools/lldb/source/Host/common/ProcessLaunchInfo.cpp
  219   open_flags |= O_CLOEXEC;
tools/lldb/source/Host/common/PseudoTerminal.cpp
  198   flags |= O_CLOEXEC;
tools/lldb/source/Host/posix/PipePosix.cpp
   92   if (::pipe2(m_fds, (child_processes_inherit) ? 0 : O_CLOEXEC) == 0)
  158     flags |= O_CLOEXEC;
  179     flags |= O_CLOEXEC;