Home
last modified time | relevance | path

Searched refs:rootfd (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/openat2/
H A Dresolve_test.c125 int rootfd, hardcoded_fd; in test_openat2_opath_tests() local
129 rootfd = setup_testdir(); in test_openat2_opath_tests()
459 dfd = openat(rootfd, test->dir, O_PATH | O_DIRECTORY); in test_openat2_opath_tests()
461 dfd = dup(rootfd); in test_openat2_opath_tests()
468 failed = (fd < 0 || !fdequal(fd, rootfd, test->out.path)); in test_openat2_opath_tests()
500 close(rootfd); in test_openat2_opath_tests()