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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h113 bool atf_fs_stat_is_other_writable(const atf_fs_stat_t *);
H A Dfs_test.c511 ATF_REQUIRE(atf_fs_stat_is_other_writable(&st) == othw); \
843 ATF_REQUIRE(!atf_fs_stat_is_other_writable(&s1));
855 ATF_REQUIRE(!atf_fs_stat_is_other_writable(&s2));
974 ATF_CHECK(!atf_fs_stat_is_other_writable(&s1));
986 ATF_CHECK(!atf_fs_stat_is_other_writable(&s2));
H A Dfs.c669 atf_fs_stat_is_other_writable(const atf_fs_stat_t *st) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp406 return atf_fs_stat_is_other_writable(&m_stat);

Completed in 16 milliseconds