/aosp_15_r20/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 | 80 int new_fd; member 341 int new_fd, in posix_spawn_add_file_action() 386 int posix_spawn_file_actions_adddup2(posix_spawn_file_actions_t* actions, int fd, int new_fd) { in posix_spawn_file_actions_adddup2()
|
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | telnetd.c | 42 int new_fd, pty_fd; member 275 int pty_fd, new_fd, c = 0, w, master_fd = 0; in telnetd_main() local
|
/aosp_15_r20/packages/modules/Virtualization/guest/authfs/src/file/ |
D | dir.rs | 86 let new_fd = self in create_file() localVariable 109 let new_fd = self in mkdir() localVariable
|
/aosp_15_r20/packages/modules/Virtualization/android/fd_server/src/ |
D | aidl.rs | 291 let new_fd = openat( in createFileInDirectory() localVariable 410 let new_fd = openat(Some(dir_fd.as_raw_fd()), path, OFlag::O_RDONLY, Mode::empty())?; in open_readonly_at() localVariable
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | com_android_internal_os_ZygoteCommandBuffer.cpp | 236 void setFd(int new_fd) { in setFd() 481 int new_fd = -1; in com_android_internal_os_ZygoteCommandBuffer_nativeForkRepeatedly() local
|
H A D | fd_utils.cpp | 349 const int new_fd = TEMP_FAILURE_RETRY(open(file_path.c_str(), open_flags)); in ReopenOrDetach() local
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/dup3/ |
H A D | dup3_02.c | 25 static int new_fd = 5; variable
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/memfd_create/ |
H A D | memfd_create03.c | 117 int new_fd; in test_max_hugepages() local
|
/aosp_15_r20/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
|
/aosp_15_r20/external/OpenCL-ICD-Loader/loader/ |
H A D | cllayerinfo.c | 57 int new_fd, fd_bak; in silence_stream() local
|
/aosp_15_r20/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
|
/aosp_15_r20/packages/modules/adb/daemon/ |
D | adb_wifi.cpp | 136 unique_fd new_fd(adb_socket_accept(fd, nullptr, nullptr)); in OnFdEvent() local
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | unix_socket.cc | 1010 ScopedSocketHandle new_fd(accept(sock_raw_.fd(), nullptr, nullptr)); in OnEvent() local 1053 ScopedFile new_fd( in OnEvent() local
|
/aosp_15_r20/external/icu/libandroidicuinit/ |
H A D | IcuRegistration.cpp | 83 void reset(int new_fd = -1) { in reset()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | tcplistener.rs | 171 let new_fd = TcpListener::bind_inner(&mut local_copy)?; in accept() localVariable
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | client.cc | 231 int new_fd = dup(old_fd); in SetUpIPC() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | tcplistener.rs | 171 let new_fd = TcpListener::bind_inner(&mut local_copy)?; in accept() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | tcplistener.rs | 171 let new_fd = TcpListener::bind_inner(&mut local_copy)?; in accept() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | tcplistener.rs | 171 let new_fd = TcpListener::bind_inner(&mut local_copy)?; in accept() localVariable
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/xous/net/ |
H A D | tcplistener.rs | 171 let new_fd = TcpListener::bind_inner(&mut local_copy)?; in accept() localVariable
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/pipe-loader/ |
H A D | pipe_loader_drm.c | 230 int new_fd; in pipe_loader_drm_probe_fd() local
|
/aosp_15_r20/external/fmtlib/src/ |
H A D | os.cc | 288 int new_fd = FMT_POSIX_CALL(dup(fd)); in dup() local
|
/aosp_15_r20/external/mesa3d/src/intel/tools/ |
H A D | intel_sanitize_gpu.c | 120 dup_drm_fd(int old_fd, int new_fd) in dup_drm_fd()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_fence.c | 450 sync_merge_fd(int sync_fd, int new_fd) in sync_merge_fd()
|