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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dfs.h114 bool atf_fs_stat_is_other_executable(const atf_fs_stat_t *);
H A Dfs_test.c512 ATF_REQUIRE(atf_fs_stat_is_other_executable(&st) == othx); \
844 ATF_REQUIRE(!atf_fs_stat_is_other_executable(&s1));
856 ATF_REQUIRE(!atf_fs_stat_is_other_executable(&s2));
975 ATF_CHECK(!atf_fs_stat_is_other_executable(&s1));
987 ATF_CHECK(!atf_fs_stat_is_other_executable(&s2));
H A Dfs.c675 atf_fs_stat_is_other_executable(const atf_fs_stat_t *st) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.cpp413 return atf_fs_stat_is_other_executable(&m_stat);

Completed in 16 milliseconds