/external/cronet/tot/third_party/llvm-libc/src/test/src/unistd/ |
D | syscall_test.cpp | 145 int link_fd = in TEST() local 148 int link_fd = LIBC_NAMESPACE::syscall(SYS_openat, AT_FDCWD, in TEST() local
|
D | link_test.cpp | 38 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK, O_PATH); in TEST() local
|
D | symlinkat_test.cpp | 48 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK_PATH, O_PATH); in TEST() local
|
D | linkat_test.cpp | 49 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK_PATH, O_PATH); in TEST() local
|
/external/cronet/stable/third_party/llvm-libc/src/test/src/unistd/ |
D | syscall_test.cpp | 145 int link_fd = in TEST() local 148 int link_fd = LIBC_NAMESPACE::syscall(SYS_openat, AT_FDCWD, in TEST() local
|
D | link_test.cpp | 38 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK, O_PATH); in TEST() local
|
D | symlinkat_test.cpp | 48 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK_PATH, O_PATH); in TEST() local
|
D | linkat_test.cpp | 49 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK_PATH, O_PATH); in TEST() local
|
/external/llvm-libc/test/src/unistd/ |
D | syscall_test.cpp | 144 long link_fd = in TEST_F() local 147 long link_fd = LIBC_NAMESPACE::syscall(SYS_openat, AT_FDCWD, in TEST_F() local
|
D | link_test.cpp | 39 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK, O_PATH); in TEST_F() local
|
D | symlinkat_test.cpp | 49 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK_PATH, O_PATH); in TEST_F() local
|
D | linkat_test.cpp | 50 int link_fd = LIBC_NAMESPACE::open(TEST_FILE_LINK_PATH, O_PATH); in TEST_F() local
|
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | core_kern.c | 10 int link_fd; in test_core_kern_lskel() local
|
D | fexit_stress.c | 11 int link_fd[CNT] = {}; in serial_test_fexit_stress() local
|
D | fentry_test.c | 9 int link_fd; in fentry_test() local
|
D | fexit_test.c | 9 int link_fd; in fexit_test() local
|
D | perf_link.c | 31 int pfd = -1, link_fd = -1, err; in serial_test_perf_link() local
|
D | bpf_obj_id.c | 302 int link_fd, cmp_res; in serial_test_bpf_obj_id() local
|
D | unpriv_bpf_disabled.c | 64 int i, nr_cpus, link_fd = -1; in test_unpriv_bpf_disabled_positive() local
|
/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | iter.rs | 25 let link_fd = link.as_fd().as_raw_fd(); in new() localVariable
|
/external/bcc/examples/cpp/ |
D | TaskIterator.cc | 102 int link_fd = bcc_iter_attach(prog_fd, NULL, 0); in main() local
|
D | SkLocalStorageIterator.cc | 138 int link_fd = bcc_iter_attach(prog_fd, &link_info, sizeof(union bpf_iter_link_info)); in main() local
|
/external/libbpf/src/ |
D | features.c | 347 int prog_fd, link_fd, err; in probe_perf_link() local 379 int prog_fd, link_fd, err; in probe_uprobe_multi_link() local
|
D | bpf.c | 877 int bpf_link_detach(int link_fd) in bpf_link_detach() 890 int bpf_link_update(int link_fd, int new_prog_fd, in bpf_link_update() 916 int bpf_iter_create(int link_fd) in bpf_iter_create() 1172 int bpf_link_get_info_by_fd(int link_fd, struct bpf_link_info *info, __u32 *info_len) in bpf_link_get_info_by_fd()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | xsk.c | 77 int link_fd; member 495 int link_fd; in xsk_create_bpf_link() local 673 static int xsk_link_lookup(int ifindex, __u32 *prog_id, int *link_fd) in xsk_link_lookup() 730 int prog_fd, link_fd = -1, insn_cnt = ARRAY_SIZE(insns); in xsk_probe_bpf_link() local
|