Searched refs:is_executable (Results 1 – 5 of 5) sorted by relevance
465 ATF_TEST_CASE(is_executable);466 ATF_TEST_CASE_HEAD(is_executable) in ATF_TEST_CASE_HEAD() argument470 ATF_TEST_CASE_BODY(is_executable) in ATF_TEST_CASE_BODY() argument472 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 …]
372 bool is_executable(const path&);
480 if (is_executable(dir / prog)) in have_prog_in_path()487 impl::is_executable(const path& p) in is_executable() function in impl
72 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
400 bool is_executable = in GetFilteredModuleList() local405 if (is_executable != dup_is_executable) { in GetFilteredModuleList()406 if (is_executable) in GetFilteredModuleList()