Home
last modified time | relevance | path

Searched defs:new_fd (Results 1 – 10 of 10) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Ddup.cpp41 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 Dspawn.cpp54 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 Dpmsg_writer.cpp41 int new_fd = TEMP_FAILURE_RETRY(open("/dev/pmsg0", O_WRONLY | O_CLOEXEC)); in GetPmsgFd() local
/aosp12/system/update_engine/payload_generator/
H A Dblock_mapping.cc151 int new_fd = HANDLE_EINTR(open(new_part.c_str(), O_RDONLY)); in MapPartitionBlocks() local
/aosp12/packages/modules/adb/daemon/
H A Dadb_wifi.cpp140 unique_fd new_fd(adb_socket_accept(fd, nullptr, nullptr)); in OnFdEvent() local
/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_os_ZygoteCommandBuffer.cpp229 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 Dfd_utils.cpp336 const int new_fd = TEMP_FAILURE_RETRY(open(file_path.c_str(), open_flags)); in ReopenOrDetach() local
/aosp12/art/adbconnection/
H A Dadbconnection.cc610 android::base::unique_fd new_fd(adbconnection_client_receive_jdwp_fd(control_ctx_.get())); in RunPollLoop() local
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp1207 int new_fd = fcntl(fds[child], F_DUPFD_CLOEXEC, 0); in popen() local
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_integration_test.cpp1850 int new_fd = accept4(s, reinterpret_cast<struct sockaddr*>(&cliaddr), &sin_size, SOCK_CLOEXEC); in TEST_F() local