Home | History | Annotate | Download | only in tests

Lines Matching defs:dirfd

722   int dirfd = open(DIR_TO_READ, O_RDONLY);
723 ASSERT_GT(dirfd, 0);
724 int res = fstatat(dirfd, SUBFILE_TO_READ, st, 0);
729 close(dirfd);