Searched refs:hardcoded_fd (Results 1 – 1 of 1) sorted by relevance
125 int rootfd, hardcoded_fd; in test_openat2_opath_tests() local131 hardcoded_fd = open("/dev/null", O_RDONLY); in test_openat2_opath_tests()132 E_assert(hardcoded_fd >= 0, "open fd to hardcode"); in test_openat2_opath_tests()133 E_asprintf(&hardcoded_fdpath, "self/fd/%d", hardcoded_fd); in test_openat2_opath_tests()464 E_dup2(dfd, hardcoded_fd); in test_openat2_opath_tests()503 close(hardcoded_fd); in test_openat2_opath_tests()