Searched defs:write_fd (Results 1 – 13 of 13) sorted by relevance
/llvm-project/libc/test/src/unistd/ |
H A D | syscall_test.cpp | 115 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 D | unlink_test.cpp | 22 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
|
H A D | link_test.cpp | 32 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
|
H A D | symlink_test.cpp | 34 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
|
H A D | unlinkat_test.cpp | 28 int write_fd = in TEST() local
|
H A D | read_write_test.cpp | 26 int write_fd = LIBC_NAMESPACE::open(TEST_FILE, O_WRONLY | O_CREAT, S_IRWXU); in TEST() local
|
H A D | symlinkat_test.cpp | 38 int write_fd = in TEST() local
|
H A D | linkat_test.cpp | 38 int write_fd = in TEST() local
|
/llvm-project/lldb/unittests/Core/ |
H A D | CommunicationTest.cpp | 145 int write_fd = pipe.ReleaseWriteFileDescriptor(); in TEST_F() local
|
/llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 285 int write_fd() const { return write_fd_; } in write_fd() function
|
/llvm-project/third-party/unittest/googletest/src/ |
H A D | gtest-death-test.cc | 430 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 D | operations.cpp | 182 copy_file_impl(FileDescriptor & read_fd,FileDescriptor & write_fd,error_code & ec) copy_file_impl() argument [all...] |
/llvm-project/lldb/source/Target/ |
H A D | Process.cpp | 4573 IOHandlerProcessSTDIO(Process * process,int write_fd) IOHandlerProcessSTDIO() argument
|