Home
last modified time | relevance | path

Searched defs:old_fd (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/bionic/libc/bionic/
H A Ddup.cpp37 int dup(int old_fd) { in dup()
41 int dup2(int old_fd, int new_fd) { in dup2()
55 int dup3(int old_fd, int new_fd, int flags) { in dup3()
/aosp_15_r20/external/fmtlib/test/
H A Dos-test.cc166 int old_fd = bf2.descriptor(); in TEST() local
186 int old_fd = f.descriptor(); in TEST() local
355 int old_fd = f2.descriptor(); in TEST() local
382 int old_fd = f.descriptor(); in TEST() local
/aosp_15_r20/external/python/cpython2/Modules/
Dsignalmodule.c408 int fd, old_fd; in signal_set_wakeup_fd() local
440 int old_fd = wakeup_fd; in PySignal_SetWakeupFd() local
/aosp_15_r20/external/python/cpython3/Modules/
Dsignalmodule.c856 int old_fd = wakeup.fd; local
882 int old_fd = Py_SAFE_DOWNCAST(wakeup.fd, SOCKET_T, int); local
884 int old_fd = wakeup.fd; local
/aosp_15_r20/art/libartbase/base/unix_file/
H A Dfd_file_test.cc79 int old_fd = file->Fd(); in TEST_F() local
544 int old_fd = file.Fd(); in TEST_F() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/dup3/
H A Ddup3_02.c24 static int old_fd = 3; variable
/aosp_15_r20/external/toybox/toys/net/
H A Dmicrocom.c26 struct termios old_stdin, old_fd; argument
/aosp_15_r20/external/libchrome/base/memory/
H A Dshared_memory_handle_posix.cc47 int old_fd = file_descriptor_.fd; in Release() local
H A Dshared_memory_handle_android.cc64 int old_fd = file_descriptor_.fd; in Release() local
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Dautofd.h45 int old_fd = fd_; in Release() local
/aosp_15_r20/system/update_engine/payload_generator/
H A Dblock_mapping_unittest.cc58 int old_fd = HANDLE_EINTR(open(old_part_.path().c_str(), O_RDONLY)); in TEST_F() local
H A Dblock_mapping.cc150 int old_fd = HANDLE_EINTR(open(old_part.c_str(), O_RDONLY)); in MapPartitionBlocks() local
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dclient.cc230 int old_fd = it->first; in SetUpIPC() local
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_dummyload.c252 int old_fd = fence_fd; in emit_recursive_batch() local
/aosp_15_r20/external/mesa3d/src/intel/tools/
H A Dintel_sanitize_gpu.c120 dup_drm_fd(int old_fd, int new_fd) in dup_drm_fd()
/aosp_15_r20/external/pdfium/third_party/libtiff/
H A Dtif_open.c680 int old_fd = tif->tif_fd; local
/aosp_15_r20/external/libbpf/src/
H A Dnetlink.c286 static int __bpf_set_link_xdp_fd_replace(int ifindex, int fd, int old_fd, in __bpf_set_link_xdp_fd_replace()
H A Dlibbpf_internal.h588 int old_fd = fd, saved_errno; in ensure_good_fd() local
H A Dlibbpf.h1200 int old_fd; member
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dlibbpf_internal.h588 int old_fd = fd, saved_errno; in ensure_good_fd() local
Dlibbpf.h1200 int old_fd; member
/aosp_15_r20/external/igt-gpu-tools/tests/
H A Dperf_pmu.c1194 int old_fd = fence_fd; in test_interrupts() local
/aosp_15_r20/external/toybox/android/mac/generated/
H A Dglobals.h27 struct termios old_stdin, old_fd; member
/aosp_15_r20/external/toybox/android/linux/generated/
H A Dglobals.h42 struct termios old_stdin, old_fd; member
/aosp_15_r20/external/toybox/android/device/generated/
H A Dglobals.h77 struct termios old_stdin, old_fd; member

12