Home
last modified time | relevance | path

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

/llvm-project/libc/test/src/unistd/
H A Dsyscall_test.cpp115 int write_fd = LIBC_NAMESPACE::syscall(SYS_open, TEST_FILE_PATH, in TEST() local
118 int write_fd = LIBC_NAMESPACE::syscall(SYS_openat, AT_FDCWD, TEST_FILE_PATH, in TEST() local
H A Dunlink_test.cpp22 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
H A Dlink_test.cpp32 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
H A Dsymlink_test.cpp34 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
H A Dunlinkat_test.cpp28 int write_fd = in TEST() local
H A Dread_write_test.cpp26 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
H A Dsymlinkat_test.cpp38 int write_fd = in TEST() local
H A Dlinkat_test.cpp38 int write_fd = in TEST() local
/llvm-project/lldb/unittests/Core/
H A DCommunicationTest.cpp145 int write_fd = pipe.ReleaseWriteFileDescriptor(); in TEST_F() local
/llvm-project/third-party/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/third-party/unittest/googletest/src/
H A Dgtest-death-test.cc430 int write_fd() const { return write_fd_; } in write_fd() function in testing::internal::DeathTestImpl
1512 const int write_fd = in GetStatusFileDescriptor() local
1540 int write_fd = -1; in ParseInternalRunDeathTestFlag() local
/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp182 copy_file_impl(FileDescriptor & read_fd,FileDescriptor & write_fd,error_code & ec) copy_file_impl() argument
[all...]
/llvm-project/lldb/source/Target/
H A DProcess.cpp4573 IOHandlerProcessSTDIO(Process * process,int write_fd) IOHandlerProcessSTDIO() argument