Home
last modified time | relevance | path

Searched refs:is_owner_executable (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/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) in is_owner_executable() function in impl::file_info
H A Dfs_test.cpp390 ATF_REQUIRE(fi.is_owner_executable() == ux); \ in ATF_TEST_CASE_BODY()
/netbsd-src/external/bsd/atf/dist/tools/
H A Dfs.hpp255 bool is_owner_executable(void) const;
H A Dfs_test.cpp399 ATF_REQUIRE(fi.is_owner_executable() == ux); \ in ATF_TEST_CASE_BODY()
480 ATF_REQUIRE( fi1.is_owner_executable()); in ATF_TEST_CASE_BODY()
491 ATF_REQUIRE( fi2.is_owner_executable()); in ATF_TEST_CASE_BODY()
H A Datffile.cpp325 if (name[0] == '.' || (!fi.is_owner_executable() && in read_atffile()
H A Dfs.cpp498 impl::file_info::is_owner_executable(void) in is_owner_executable() function in impl::file_info