Home
last modified time | relevance | path

Searched defs:fd4 (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_sockopt.rs331 let fd4 = socket( in test_ttl_opts() localVariable
354 let fd4 = socket( in test_multicast_ttl_opts_ipv4() localVariable
395 let fd4 = socket( in test_dontfrag_opts() localVariable
/aosp_15_r20/packages/modules/Connectivity/clatd/
Dconfig.h26 int read_fd6, write_fd6, fd4; member
/aosp_15_r20/external/libpcap/
H A Dfad-glifc.c80 register int fd4, fd6, fd; in pcap_findalldevs_interfaces() local
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/execveat/
H A Dexecveat01.c34 static int fd1, fd4; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/read/
H A Dread02.c39 static int fd2, fd3, fd4 = -1; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/pwritev/
H A Dpwritev02.c32 static int fd4[2]; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/preadv/
H A Dpreadv02.c33 static int fd4; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/pwritev2/
H A Dpwritev202.c36 static int fd4[2]; variable
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/preadv2/
H A Dpreadv202.c35 static int fd4; variable
/aosp_15_r20/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DFdTest.cpp45 const Fd fd4(8); in TEST() local
/aosp_15_r20/packages/modules/Connectivity/bpf/netd/
DBpfHandler.cpp273 unique_fd fd4(bpf::mapRetrieveRW(m2)); if ( fd4.ok()) abort(); // busy due to fd1 in mapLockTest() local
/aosp_15_r20/external/perfetto/src/base/threading/
H A Dstream_unittest.cc266 fd3 = event_fd3.fd(), fd4 = event_fd4.fd(); in TEST_F() local
/aosp_15_r20/frameworks/av/media/codec2/tests/vndk/
H A DC2FenceTest.cpp88 int fd4 = dup(fd3); in TEST_F() local
/aosp_15_r20/external/clang/test/CodeGen/
H A Datomic-ops.c237 _Bool fd4(struct S *a, struct S *b, struct S *c) { in fd4() function
/aosp_15_r20/packages/modules/DnsResolver/tests/
Dresolv_integration_test.cpp2633 int fd4 = resNetworkQuery(TEST_NETID, "howdy.example.com", ns_c_in, ns_t_a, 0); in TEST_F() local