Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/openat2/
H A Dhelpers.h104 bool fdequal(int fd, int dfd, const char *path);
H A Drename_attack_test.c127 if (fdequal(fd, afd, NULL)) in test_rename_attack()
H A Dhelpers.c71 bool fdequal(int fd, int dfd, const char *path) in fdequal() function
H A Dresolve_test.c468 failed = (fd < 0 || !fdequal(fd, rootfd, test->out.path)); in test_openat2_opath_tests()