Searched refs:is_executable (Results 1 – 12 of 12) sorted by relevance
468 ATF_TEST_CASE(is_executable);469 ATF_TEST_CASE_HEAD(is_executable) in ATF_TEST_CASE_HEAD() argument473 ATF_TEST_CASE_BODY(is_executable) in ATF_TEST_CASE_BODY() argument475 using atf::fs::is_executable; in ATF_TEST_CASE_BODY()480 ATF_REQUIRE( is_executable(path("files"))); in ATF_TEST_CASE_BODY()481 ATF_REQUIRE( is_executable(path("files/."))); in ATF_TEST_CASE_BODY()482 ATF_REQUIRE( is_executable(path("files/.."))); in ATF_TEST_CASE_BODY()483 ATF_REQUIRE( is_executable(path("files/dir"))); in ATF_TEST_CASE_BODY()485 ATF_REQUIRE(!is_executable(path("non-existent"))); in ATF_TEST_CASE_BODY()487 ATF_REQUIRE(!is_executable(path("files/reg"))); in ATF_TEST_CASE_BODY()[all …]
376 bool is_executable(const path&);
484 if (is_executable(dir / prog)) in have_prog_in_path()491 impl::is_executable(const path& p) in is_executable() function in impl
534 ATF_TEST_CASE(is_executable);535 ATF_TEST_CASE_HEAD(is_executable) in ATF_TEST_CASE_HEAD() argument539 ATF_TEST_CASE_BODY(is_executable) in ATF_TEST_CASE_BODY() argument541 using tools::fs::is_executable; in ATF_TEST_CASE_BODY()546 ATF_REQUIRE( is_executable(path("files"))); in ATF_TEST_CASE_BODY()547 ATF_REQUIRE( is_executable(path("files/."))); in ATF_TEST_CASE_BODY()548 ATF_REQUIRE( is_executable(path("files/.."))); in ATF_TEST_CASE_BODY()549 ATF_REQUIRE( is_executable(path("files/dir"))); in ATF_TEST_CASE_BODY()551 ATF_REQUIRE(!is_executable(path("non-existent"))); in ATF_TEST_CASE_BODY()553 ATF_REQUIRE(!is_executable(path("files/reg"))); in ATF_TEST_CASE_BODY()[all …]
358 bool is_executable(const path&);
61 found = tools::fs::is_executable(program); in has_program()73 if (tools::fs::is_executable(p)) in has_program()
647 if (is_executable(dir / prog))654 impl::is_executable(const path& p) function in impl
64 found = atf::fs::is_executable(program); in has_program()76 if (atf::fs::is_executable(p)) in has_program()
116 def is_executable(fpath): function555 if not is_executable(program):569 if not is_executable(program):