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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h110 bool atf_fs_stat_is_group_writable(const atf_fs_stat_t *);
H A Dfs_test.c508 ATF_REQUIRE(atf_fs_stat_is_group_writable(&st) == gw); \
840 ATF_REQUIRE(!atf_fs_stat_is_group_writable(&s1));
852 ATF_REQUIRE(!atf_fs_stat_is_group_writable(&s2));
971 ATF_CHECK(!atf_fs_stat_is_group_writable(&s1));
983 ATF_CHECK(!atf_fs_stat_is_group_writable(&s2));
H A Dfs.c651 atf_fs_stat_is_group_writable(const atf_fs_stat_t *st) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp385 return atf_fs_stat_is_group_writable(&m_stat);

Completed in 28 milliseconds