Home
last modified time | relevance | path

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

/minix3/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dfs_test.cpp468 ATF_TEST_CASE(is_executable);
469 ATF_TEST_CASE_HEAD(is_executable) in ATF_TEST_CASE_HEAD() argument
473 ATF_TEST_CASE_BODY(is_executable) in ATF_TEST_CASE_BODY() argument
475 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 …]
H A Dfs.hpp376 bool is_executable(const path&);
H A Dfs.cpp484 if (is_executable(dir / prog)) in have_prog_in_path()
491 impl::is_executable(const path& p) in is_executable() function in impl
/minix3/external/bsd/atf/dist/atf-c++/detail/
H A Dfs_test.cpp468 ATF_TEST_CASE(is_executable);
469 ATF_TEST_CASE_HEAD(is_executable) in ATF_TEST_CASE_HEAD() argument
473 ATF_TEST_CASE_BODY(is_executable) in ATF_TEST_CASE_BODY() argument
475 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 …]
H A Dfs.hpp376 bool is_executable(const path&);
H A Dfs.cpp484 if (is_executable(dir / prog)) in have_prog_in_path()
491 impl::is_executable(const path& p) in is_executable() function in impl
/minix3/external/bsd/atf/dist/tools/
H A Dfs_test.cpp534 ATF_TEST_CASE(is_executable);
535 ATF_TEST_CASE_HEAD(is_executable) in ATF_TEST_CASE_HEAD() argument
539 ATF_TEST_CASE_BODY(is_executable) in ATF_TEST_CASE_BODY() argument
541 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 …]
H A Dfs.hpp358 bool is_executable(const path&);
H A Drequirements.cpp61 found = tools::fs::is_executable(program); in has_program()
73 if (tools::fs::is_executable(p)) in has_program()
H A Dfs.cpp647 if (is_executable(dir / prog))
654 impl::is_executable(const path& p) function in impl
/minix3/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Drequirements.cpp64 found = atf::fs::is_executable(program); in has_program()
76 if (atf::fs::is_executable(p)) in has_program()
/minix3/external/bsd/llvm/dist/llvm/utils/
H A Dllvm-compilers-check116 def is_executable(fpath): function
555 if not is_executable(program):
569 if not is_executable(program):