Searched refs:atf_fs_stat_is_group_executable (Results 1 – 4 of 4) sorted by relevance
506 ATF_REQUIRE(atf_fs_stat_is_group_executable(&st) == gx); \ in ATF_TC_BODY()845 ATF_REQUIRE(!atf_fs_stat_is_group_executable(&s1)); in ATF_TC_BODY()857 ATF_REQUIRE(!atf_fs_stat_is_group_executable(&s2)); in ATF_TC_BODY()976 ATF_CHECK(!atf_fs_stat_is_group_executable(&s1)); in ATF_TC_BODY()988 ATF_CHECK(!atf_fs_stat_is_group_executable(&s2)); in ATF_TC_BODY()
106 bool atf_fs_stat_is_group_executable(const atf_fs_stat_t *);
653 atf_fs_stat_is_group_executable(const atf_fs_stat_t *st) in atf_fs_stat_is_group_executable() function
388 return atf_fs_stat_is_group_executable(&m_stat); in is_group_executable()