Searched defs:new_fd (Results 1 – 10 of 10) sorted by relevance
/aosp12/bionic/libc/bionic/ |
H A D | dup.cpp | 41 int dup2(int old_fd, int new_fd) { in dup2() 55 int dup3(int old_fd, int new_fd, int flags) { in dup3()
|
H A D | spawn.cpp | 54 int new_fd; member 295 int new_fd, in posix_spawn_add_file_action() 340 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t* actions, int fd, int new_fd) { in posix_spawn_file_actions_adddup2()
|
/aosp12/system/logging/liblog/ |
H A D | pmsg_writer.cpp | 41 int new_fd = TEMP_FAILURE_RETRY(open("/dev/pmsg0", O_WRONLY | O_CLOEXEC)); in GetPmsgFd() local
|
/aosp12/system/update_engine/payload_generator/ |
H A D | block_mapping.cc | 151 int new_fd = HANDLE_EINTR(open(new_part.c_str(), O_RDONLY)); in MapPartitionBlocks() local
|
/aosp12/packages/modules/adb/daemon/ |
H A D | adb_wifi.cpp | 140 unique_fd new_fd(adb_socket_accept(fd, nullptr, nullptr)); in OnFdEvent() local
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_android_internal_os_ZygoteCommandBuffer.cpp | 229 void setFd(int new_fd) { in setFd() 454 int new_fd = TEMP_FAILURE_RETRY(accept(zygote_socket_fd, nullptr, nullptr)); in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly() local
|
H A D | fd_utils.cpp | 336 const int new_fd = TEMP_FAILURE_RETRY(open(file_path.c_str(), open_flags)); in ReopenOrDetach() local
|
/aosp12/art/adbconnection/ |
H A D | adbconnection.cc | 610 android::base::unique_fd new_fd(adbconnection_client_receive_jdwp_fd(control_ctx_.get())); in RunPollLoop() local
|
/aosp12/bionic/libc/stdio/ |
H A D | stdio.cpp | 1207 int new_fd = fcntl(fds[child], F_DUPFD_CLOEXEC, 0); in popen() local
|
/aosp12/packages/modules/DnsResolver/tests/ |
H A D | resolv_integration_test.cpp | 1850 int new_fd = accept4(s, reinterpret_cast<struct sockaddr*>(&cliaddr), &sin_size, SOCK_CLOEXEC); in TEST_F() local
|