Searched refs:is_owner_executable (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dfs.hpp287 bool is_owner_executable(void) const;
H A Dfs.cpp368 impl::file_info::is_owner_executable(void) function in class:impl::file_info
H A Dfs_test.cpp390 ATF_REQUIRE(fi.is_owner_executable() == ux); \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dfs.hpp287 bool is_owner_executable(void) const;
H A Dfs.cpp368 impl::file_info::is_owner_executable(void) function in class:impl::file_info
H A Dfs_test.cpp390 ATF_REQUIRE(fi.is_owner_executable() == ux); \
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dfs_test.cpp90 ATF_REQUIRE( fi1.is_owner_executable());
101 ATF_REQUIRE( fi2.is_owner_executable());
H A Datffile.cpp321 if (name[0] == '.' || (!fi.is_owner_executable() &&
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dfs_test.cpp90 ATF_REQUIRE( fi1.is_owner_executable());
101 ATF_REQUIRE( fi2.is_owner_executable());
H A Datffile.cpp315 if (name[0] == '.' || (!fi.is_owner_executable() &&

Completed in 171 milliseconds