Home
last modified time | relevance | path

Searched defs:read_fd (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DOutputRedirector.cpp43 int read_fd = new_fd[0]; in RedirectFd() local
/llvm-project-15.0.7/libc/test/src/fcntl/
H A Dopenat_test.cpp30 int read_fd = __llvm_libc::openat(dir_fd, TEST_FILE, O_RDONLY); in TEST() local
/llvm-project-15.0.7/libc/test/src/unistd/
H A Dread_write_test.cpp33 int read_fd = __llvm_libc::open(TEST_FILE, O_RDONLY); in TEST() local
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc421 int read_fd() const { return read_fd_; } in read_fd() function in testing::internal::DeathTestImpl
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp820 bool copy_file_impl(FileDescriptor& read_fd, FileDescriptor& write_fd, error_code& ec) { in copy_file_impl()
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp4353 const int read_fd = m_read_file.GetDescriptor(); in Run() local