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

/freebsd-10.1-release/contrib/atf/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
/freebsd-10.1-release/usr.bin/ldd/
H A Dldd.c71 static int is_executable(const char *fname, int fd, int *is_shlib,
191 rv = is_executable(*argv, fd, &is_shlib, &type);
210 * This shouldn't happen unless is_executable()
274 is_executable(const char *fname, int fd, int *is_shlib, int *type) function

Completed in 155 milliseconds