Home
last modified time | relevance | path

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

/trueos/contrib/atf/atf-c/detail/
HDfs_test.c507 ATF_REQUIRE(atf_fs_stat_is_other_readable(&st) == othr); \ in ATF_TC_BODY()
839 ATF_REQUIRE(!atf_fs_stat_is_other_readable(&s1)); in ATF_TC_BODY()
851 ATF_REQUIRE(!atf_fs_stat_is_other_readable(&s2)); in ATF_TC_BODY()
970 ATF_CHECK(!atf_fs_stat_is_other_readable(&s1)); in ATF_TC_BODY()
982 ATF_CHECK(!atf_fs_stat_is_other_readable(&s2)); in ATF_TC_BODY()
HDfs.h107 bool atf_fs_stat_is_other_readable(const atf_fs_stat_t *);
HDfs.c659 atf_fs_stat_is_other_readable(const atf_fs_stat_t *st) in atf_fs_stat_is_other_readable() function
/trueos/contrib/atf/atf-c++/detail/
Dfs.cpp395 return atf_fs_stat_is_other_readable(&m_stat); in is_other_readable()