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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h109 bool atf_fs_stat_is_group_readable(const atf_fs_stat_t *);
H A Dfs_test.c507 ATF_REQUIRE(atf_fs_stat_is_group_readable(&st) == gr); \
839 ATF_REQUIRE(!atf_fs_stat_is_group_readable(&s1));
851 ATF_REQUIRE(!atf_fs_stat_is_group_readable(&s2));
970 ATF_CHECK(!atf_fs_stat_is_group_readable(&s1));
982 ATF_CHECK(!atf_fs_stat_is_group_readable(&s2));
H A Dfs.c645 atf_fs_stat_is_group_readable(const atf_fs_stat_t *st) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp378 return atf_fs_stat_is_group_readable(&m_stat);

Completed in 25 milliseconds