|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Support/RandomNumberGenerator.cpp 69 int Fd = open("/dev/urandom", O_RDONLY);
lib/Support/Unix/Path.inc 927 auto Open = [&]() { return ::open(P.begin(), OpenFlags, Mode); };
lib/Support/Unix/Process.inc 214 auto Open = [&]() { return ::open("/dev/null", O_RDWR); };
429 int urandomFD = open("/dev/urandom", O_RDONLY);
lib/Support/Unix/Program.inc 107 int InFD = open(File.c_str(), FD == 0 ? O_RDONLY : O_WRONLY|O_CREAT, 0666);
projects/compiler-rt/lib/profile/GCDAProfiling.c 348 fd = open(filename, O_RDWR | O_BINARY);
354 fd = open(filename, O_RDWR | O_CREAT | O_BINARY, 0644);
358 fd = open(filename, O_RDWR | O_CREAT | O_BINARY, 0644);
projects/compiler-rt/lib/profile/InstrProfilingUtil.c 199 fd = open(ProfileName, O_RDWR | O_CREAT, 0666);
projects/compiler-rt/lib/scudo/standalone/linux.cpp 148 const int FileDesc = open("/dev/urandom", O_RDONLY);
projects/compiler-rt/lib/xray/xray_x86_64.cpp 54 int Fd = open(Filename, O_RDONLY | O_CLOEXEC);
projects/openmp/runtime/src/z_Linux_util.cpp 2310 stat_file = open(stat_path.str, O_RDONLY);
tools/lldb/source/Host/common/PseudoTerminal.cpp 136 m_slave_fd = llvm::sys::RetryAfterSignal(-1, ::open, slave_name, oflag);
tools/lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp 240 int fd = llvm::sys::RetryAfterSignal(-1, ::open, addr_str.c_str(), O_RDWR);
tools/lldb/source/Host/posix/FileSystem.cpp 79 return llvm::sys::RetryAfterSignal(-1, ::open, path, flags, mode);
tools/lldb/source/Host/posix/PipePosix.cpp 161 int fd = llvm::sys::RetryAfterSignal(-1, ::open, name.data(), flags);
192 int fd = ::open(name.data(), flags);
tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp 75 int target_fd = llvm::sys::RetryAfterSignal(-1, ::open,