Home
last modified time | relevance | path

Searched defs:write_fd (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libc/test/src/unistd/
H A Dunlink_test.cpp21 int write_fd = __llvm_libc::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
H A Dunlinkat_test.cpp26 int write_fd = in TEST() local
H A Dread_write_test.cpp23 int write_fd = __llvm_libc::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
/llvm-project-15.0.7/lldb/unittests/Core/
H A DCommunicationTest.cpp54 int write_fd = pipe.ReleaseWriteFileDescriptor(); in TEST() local
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h285 int write_fd() const { return write_fd_; } in write_fd() function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc423 int write_fd() const { return write_fd_; } in write_fd() function in testing::internal::DeathTestImpl
1576 const int write_fd = in GetStatusFileDescriptor() local
1604 int write_fd = -1; in ParseInternalRunDeathTestFlag() local
/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.cpp4326 IOHandlerProcessSTDIO(Process *process, int write_fd) in IOHandlerProcessSTDIO()