/aosp_15_r20/bionic/libc/bionic/ |
H A D | dup.cpp | 37 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 D | os-test.cc | 166 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/ |
D | signalmodule.c | 408 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/ |
D | signalmodule.c | 856 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 D | fd_file_test.cc | 79 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 D | dup3_02.c | 24 static int old_fd = 3; variable
|
/aosp_15_r20/external/toybox/toys/net/ |
H A D | microcom.c | 26 struct termios old_stdin, old_fd; argument
|
/aosp_15_r20/external/libchrome/base/memory/ |
H A D | shared_memory_handle_posix.cc | 47 int old_fd = file_descriptor_.fd; in Release() local
|
H A D | shared_memory_handle_android.cc | 64 int old_fd = file_descriptor_.fd; in Release() local
|
/aosp_15_r20/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/ |
D | autofd.h | 45 int old_fd = fd_; in Release() local
|
/aosp_15_r20/system/update_engine/payload_generator/ |
H A D | block_mapping_unittest.cc | 58 int old_fd = HANDLE_EINTR(open(old_part_.path().c_str(), O_RDONLY)); in TEST_F() local
|
H A D | block_mapping.cc | 150 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 D | client.cc | 230 int old_fd = it->first; in SetUpIPC() local
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_dummyload.c | 252 int old_fd = fence_fd; in emit_recursive_batch() 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/pdfium/third_party/libtiff/ |
H A D | tif_open.c | 680 int old_fd = tif->tif_fd; local
|
/aosp_15_r20/external/libbpf/src/ |
H A D | netlink.c | 286 static int __bpf_set_link_xdp_fd_replace(int ifindex, int fd, int old_fd, in __bpf_set_link_xdp_fd_replace()
|
H A D | libbpf_internal.h | 588 int old_fd = fd, saved_errno; in ensure_good_fd() local
|
H A D | libbpf.h | 1200 int old_fd; member
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | libbpf_internal.h | 588 int old_fd = fd, saved_errno; in ensure_good_fd() local
|
D | libbpf.h | 1200 int old_fd; member
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | perf_pmu.c | 1194 int old_fd = fence_fd; in test_interrupts() local
|
/aosp_15_r20/external/toybox/android/mac/generated/ |
H A D | globals.h | 27 struct termios old_stdin, old_fd; member
|
/aosp_15_r20/external/toybox/android/linux/generated/ |
H A D | globals.h | 42 struct termios old_stdin, old_fd; member
|
/aosp_15_r20/external/toybox/android/device/generated/ |
H A D | globals.h | 77 struct termios old_stdin, old_fd; member
|