Searched refs:is_executable (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs_test.cpp468 ATF_TEST_CASE(is_executable);
469 ATF_TEST_CASE_HEAD(is_executable)
471 set_md_var("descr", "Tests the is_executable function");
473 ATF_TEST_CASE_BODY(is_executable)
475 using atf::fs::is_executable;
480 ATF_REQUIRE( is_executable(path("files")));
481 ATF_REQUIRE( is_executable(path("files/.")));
482 ATF_REQUIRE( is_executable(path("files/..")));
483 ATF_REQUIRE( is_executable(path("files/dir")));
485 ATF_REQUIRE(!is_executable(pat
[all...]
H A Dfs.hpp376 bool is_executable(const path&);
H A Dfs.cpp484 if (is_executable(dir / prog))
491 impl::is_executable(const path& p) function in class:impl
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Drequirements.cpp64 found = atf::fs::is_executable(program);
76 if (atf::fs::is_executable(p))

Completed in 12 milliseconds