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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h107 bool atf_fs_stat_is_owner_writable(const atf_fs_stat_t *);
H A Dfs_test.c505 ATF_REQUIRE(atf_fs_stat_is_owner_writable(&st) == uw); \
837 ATF_REQUIRE( atf_fs_stat_is_owner_writable(&s1));
849 ATF_REQUIRE( atf_fs_stat_is_owner_writable(&s2));
968 ATF_CHECK( atf_fs_stat_is_owner_writable(&s1));
980 ATF_CHECK( atf_fs_stat_is_owner_writable(&s2));
H A Dfs.c633 atf_fs_stat_is_owner_writable(const atf_fs_stat_t *st) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp364 return atf_fs_stat_is_owner_writable(&m_stat);

Completed in 17 milliseconds