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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h108 bool atf_fs_stat_is_owner_executable(const atf_fs_stat_t *);
H A Dfs_test.c506 ATF_REQUIRE(atf_fs_stat_is_owner_executable(&st) == ux); \
838 ATF_REQUIRE( atf_fs_stat_is_owner_executable(&s1));
850 ATF_REQUIRE( atf_fs_stat_is_owner_executable(&s2));
969 ATF_CHECK(!atf_fs_stat_is_owner_executable(&s1));
981 ATF_CHECK(!atf_fs_stat_is_owner_executable(&s2));
H A Dfs.c639 atf_fs_stat_is_owner_executable(const atf_fs_stat_t *st) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp371 return atf_fs_stat_is_owner_executable(&m_stat);

Completed in 38 milliseconds