Searched refs:atf_fs_stat_is_other_executable (Results 1 – 4 of 4) sorted by relevance
512 ATF_REQUIRE(atf_fs_stat_is_other_executable(&st) == othx); \ in ATF_TC_BODY()844 ATF_REQUIRE(!atf_fs_stat_is_other_executable(&s1)); in ATF_TC_BODY()856 ATF_REQUIRE(!atf_fs_stat_is_other_executable(&s2)); in ATF_TC_BODY()975 ATF_CHECK(!atf_fs_stat_is_other_executable(&s1)); in ATF_TC_BODY()987 ATF_CHECK(!atf_fs_stat_is_other_executable(&s2)); in ATF_TC_BODY()
119 bool atf_fs_stat_is_other_executable(const atf_fs_stat_t *);
676 atf_fs_stat_is_other_executable(const atf_fs_stat_t *st) in atf_fs_stat_is_other_executable() function
413 return atf_fs_stat_is_other_executable(&m_stat); in is_other_executable()