Searched refs:atf_fs_stat_is_group_executable (Results 1 – 4 of 4) sorted by relevance
509 ATF_REQUIRE(atf_fs_stat_is_group_executable(&st) == gx); \ in ATF_TC_BODY()841 ATF_REQUIRE(!atf_fs_stat_is_group_executable(&s1)); in ATF_TC_BODY()853 ATF_REQUIRE(!atf_fs_stat_is_group_executable(&s2)); in ATF_TC_BODY()972 ATF_CHECK(!atf_fs_stat_is_group_executable(&s1)); in ATF_TC_BODY()984 ATF_CHECK(!atf_fs_stat_is_group_executable(&s2)); in ATF_TC_BODY()
116 bool atf_fs_stat_is_group_executable(const atf_fs_stat_t *);
658 atf_fs_stat_is_group_executable(const atf_fs_stat_t *st) in atf_fs_stat_is_group_executable() function
392 return atf_fs_stat_is_group_executable(&m_stat); in is_group_executable()