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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h112 bool atf_fs_stat_is_other_readable(const atf_fs_stat_t *);
H A Dfs_test.c510 ATF_REQUIRE(atf_fs_stat_is_other_readable(&st) == othr); \
842 ATF_REQUIRE(!atf_fs_stat_is_other_readable(&s1));
854 ATF_REQUIRE(!atf_fs_stat_is_other_readable(&s2));
973 ATF_CHECK(!atf_fs_stat_is_other_readable(&s1));
985 ATF_CHECK(!atf_fs_stat_is_other_readable(&s2));
H A Dfs.c663 atf_fs_stat_is_other_readable(const atf_fs_stat_t *st) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp399 return atf_fs_stat_is_other_readable(&m_stat);

Completed in 19 milliseconds