Home
last modified time | relevance | path

Searched refs:is_group_executable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.hpp301 bool is_group_executable(void) const;
H A Dfs.cpp385 impl::file_info::is_group_executable(void) in is_group_executable() function in impl::file_info
H A Dfs_test.cpp390 ATF_REQUIRE(fi.is_group_executable() == gx); \ in ATF_TEST_CASE_BODY()