Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c++/detail/
H A Dfs.hpp319 bool is_other_executable(void) const;
H A Dfs.cpp406 impl::file_info::is_other_executable(void) in is_other_executable() function in impl::file_info
H A Dfs_test.cpp393 ATF_REQUIRE(fi.is_other_executable() == othx); \ in ATF_TEST_CASE_BODY()