Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c++/detail/
H A Dfs_test.cpp465 ATF_TEST_CASE(is_executable);
466 ATF_TEST_CASE_HEAD(is_executable) in ATF_TEST_CASE_HEAD() argument
470 ATF_TEST_CASE_BODY(is_executable) in ATF_TEST_CASE_BODY() argument
472 using atf::fs::is_executable; in ATF_TEST_CASE_BODY()
477 ATF_REQUIRE( is_executable(path("files"))); in ATF_TEST_CASE_BODY()
478 ATF_REQUIRE( is_executable(path("files/."))); in ATF_TEST_CASE_BODY()
479 ATF_REQUIRE( is_executable(path("files/.."))); in ATF_TEST_CASE_BODY()
480 ATF_REQUIRE( is_executable(path("files/dir"))); in ATF_TEST_CASE_BODY()
482 ATF_REQUIRE(!is_executable(path("non-existent"))); in ATF_TEST_CASE_BODY()
484 ATF_REQUIRE(!is_executable(path("files/reg"))); in ATF_TEST_CASE_BODY()
[all …]
H A Dfs.hpp372 bool is_executable(const path&);
H A Dfs.cpp480 if (is_executable(dir / prog)) in have_prog_in_path()
487 impl::is_executable(const path& p) in is_executable() function in impl
/freebsd/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); in main()
390 is_executable(const char *fname, int fd, int *is_shlib, int *type) in is_executable() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DMinidumpParser.cpp400 bool is_executable = in GetFilteredModuleList() local
405 if (is_executable != dup_is_executable) { in GetFilteredModuleList()
406 if (is_executable) in GetFilteredModuleList()