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

/freebsd-current/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp465 ATF_TEST_CASE(is_executable);
466 ATF_TEST_CASE_HEAD(is_executable)
468 set_md_var("descr", "Tests the is_executable function");
470 ATF_TEST_CASE_BODY(is_executable)
472 using atf::fs::is_executable;
477 ATF_REQUIRE( is_executable(path("files")));
478 ATF_REQUIRE( is_executable(path("files/.")));
479 ATF_REQUIRE( is_executable(path("files/..")));
480 ATF_REQUIRE( is_executable(path("files/dir")));
482 ATF_REQUIRE(!is_executable(pat
[all...]
H A Dfs.hpp372 bool is_executable(const path&);
H A Dfs.cpp480 if (is_executable(dir / prog))
487 impl::is_executable(const path& p) function in class:impl
/freebsd-current/usr.bin/ldd/
H A Dldd.c72 static int is_executable(const char *fname, int fd, int *is_shlib,
174 rv = is_executable(*argv, fd, &is_shlib, &type);
192 * This shouldn't happen unless is_executable()
390 is_executable(const char *fname, int fd, int *is_shlib, int *type) function
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp400 bool is_executable = local
405 if (is_executable != dup_is_executable) {
406 if (is_executable)

Completed in 182 milliseconds