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

/bind-9.6-ESV-R11/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); \
/bind-9.6-ESV-R11/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.cpp321 if (name[0] == '.' || (!fi.is_owner_executable() &&

Completed in 97 milliseconds