Searched defs:write_fd (Results 1 – 13 of 13) sorted by relevance
/aosp12/system/tools/aidl/tests/ |
H A D | aidl_test_client_file_descriptors.cpp | 69 unique_fd write_fd; in TEST_F() local 112 unique_fd write_fd; in TEST_F() local
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | verity_writer_stub.cc | 40 FileDescriptorPtr write_fd) { in Finalize()
|
H A D | verity_writer_android.cc | 108 FileDescriptorPtr write_fd) { in Finalize() 146 FileDescriptorPtr write_fd, in EncodeFEC()
|
/aosp12/system/connectivity/wificond/tests/ |
H A D | shell_utils.cpp | 65 unique_fd write_fd(fds[1]); in RunShellCommand() local
|
/aosp12/system/libhwbinder/vts/performance/ |
H A D | PerfTest.h | 62 Pipe(int read_fd, int write_fd) : fd_read_{read_fd}, fd_write_{write_fd} {} in Pipe()
|
/aosp12/system/testing/gtest_extras/ |
H A D | Isolate.cpp | 197 static bool Pipe(int* read_fd, int* write_fd) { in Pipe() 222 int read_fd, write_fd; in LaunchTests() local
|
/aosp12/system/extras/tests/fstest/ |
H A D | recovery_test.cpp | 57 int write_fd = open(test_file_, O_CREAT | O_WRONLY, 0666); in verify_write() local
|
/aosp12/frameworks/base/cmds/incident/ |
H A D | main.cpp | 211 stream_output(const int read_fd, const int write_fd) { in stream_output()
|
/aosp12/packages/modules/adb/fdevent/ |
H A D | fdevent_test.cpp | 36 FdHandler(int read_fd, int write_fd, bool use_new_callback) in FdHandler()
|
/aosp12/art/adbconnection/ |
H A D | adbconnection.cc | 458 android::base::unique_fd write_fd(art::DupCloexec(adb_connection_socket_)); in SendAgentFds() local
|
/aosp12/system/extras/simpleperf/ |
H A D | cmd_record_test.cpp | 443 int write_fd = pipefd[1]; in TEST() local 488 int write_fd = pipefd[1]; in TEST() local
|
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/ |
H A D | operations.cpp | 649 bool copy_file_impl_sendfile(FileDescriptor& read_fd, FileDescriptor& write_fd, in copy_file_impl_sendfile() 693 FileDescriptor& write_fd, in copy_file_impl_default()
|
/aosp12/packages/modules/adb/client/ |
H A D | commandline.cpp | 462 int stdin_fd, write_fd; member
|