Home
last modified time | relevance | path

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

/netbsd-src/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
/netbsd-src/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 Drequirements.cpp61 found = tools::fs::is_executable(program); in has_program()
73 if (tools::fs::is_executable(p)) in has_program()
H A Dfs.hpp358 bool is_executable(const path&);
H A Dfs.cpp643 if (is_executable(dir / prog)) in have_prog_in_path()
650 impl::is_executable(const path& p) in is_executable() function in impl
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dllvm-compilers-check115 def is_executable(fpath): function
554 if not is_executable(program):
568 if not is_executable(program):
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dx86_64.cc3976 bool is_executable = (sh_flags & elfcpp::SHF_EXECINSTR) != 0; in possible_function_pointer_reloc() local
3977 if (is_executable) in possible_function_pointer_reloc()
5084 bool is_executable = (data_shdr.get_sh_flags() & elfcpp::SHF_EXECINSTR) != 0; in relocate_tls() local
5096 if (!is_executable && optimized_type == tls::TLSOPT_TO_LE) in relocate_tls()
5160 if (!is_executable && optimized_type == tls::TLSOPT_TO_LE) in relocate_tls()
5231 if (!is_executable && optimized_type == tls::TLSOPT_TO_LE) in relocate_tls()
5271 if (optimized_type == tls::TLSOPT_TO_LE && is_executable) in relocate_tls()
5286 if (optimized_type == tls::TLSOPT_TO_LE && is_executable) in relocate_tls()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dx86_64.cc3550 bool is_executable = (sh_flags & elfcpp::SHF_EXECINSTR) != 0; in possible_function_pointer_reloc() local
3551 if (is_executable) in possible_function_pointer_reloc()
4675 bool is_executable = (data_shdr.get_sh_flags() & elfcpp::SHF_EXECINSTR) != 0; in relocate_tls() local
4689 if (!is_executable && optimized_type == tls::TLSOPT_TO_LE) in relocate_tls()
4754 if (!is_executable && optimized_type == tls::TLSOPT_TO_LE) in relocate_tls()
4827 if (!is_executable && optimized_type == tls::TLSOPT_TO_LE) in relocate_tls()
4867 if (optimized_type == tls::TLSOPT_TO_LE && is_executable) in relocate_tls()
4882 if (optimized_type == tls::TLSOPT_TO_LE && is_executable) in relocate_tls()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
H A Dgp-display-html.in9452 my $is_executable;
9469 $is_executable = $FALSE;
9521 $is_executable = $TRUE;
9530 $is_executable = $FALSE;
9536 gp_message ("debug", $subr_name, "is_executable = $is_executable");
9538 return ($is_executable);
/netbsd-src/external/gpl3/binutils/dist/gprofng/gp-display-html/
H A Dgp-display-html.in10358 my $is_executable;
10375 $is_executable = $FALSE;
10427 $is_executable = $TRUE;
10436 $is_executable = $FALSE;
10442 gp_message ("debug", $subr_name, "is_executable = $is_executable");
10444 return ($is_executable);