Searched refs:indicatorfd (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dd_path.c44 int localfd = -1, indicatorfd = -1; local
68 indicatorfd = open("/tmp/", O_PATH);
69 if (CHECK(indicatorfd < 0, "trigger", "open /tmp/ failed\n"))
90 ret = set_pathname(indicatorfd, pid);
101 fstat(indicatorfd, &fileStat);
115 close(indicatorfd);

Completed in 186 milliseconds