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

/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dcontent_protection_test.c356 int subdir_fd = -1; local
858 subdir_fd = open(subdirpath, O_RDONLY | O_CLOEXEC);
860 if (subdir_fd == -1)
867 local_result = GET_PROT_CLASS(subdir_fd);
882 close(subdir_fd);
890 close(subdir_fd);

Completed in 18 milliseconds