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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h111 bool atf_fs_stat_is_group_executable(const atf_fs_stat_t *);
H A Dfs_test.c509 ATF_REQUIRE(atf_fs_stat_is_group_executable(&st) == gx); \
841 ATF_REQUIRE(!atf_fs_stat_is_group_executable(&s1));
853 ATF_REQUIRE(!atf_fs_stat_is_group_executable(&s2));
972 ATF_CHECK(!atf_fs_stat_is_group_executable(&s1));
984 ATF_CHECK(!atf_fs_stat_is_group_executable(&s2));
H A Dfs.c657 atf_fs_stat_is_group_executable(const atf_fs_stat_t *st) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp392 return atf_fs_stat_is_group_executable(&m_stat);

Completed in 15 milliseconds