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 …]
61 found = tools::fs::is_executable(program); in has_program()73 if (tools::fs::is_executable(p)) in has_program()
358 bool is_executable(const path&);
643 if (is_executable(dir / prog)) in have_prog_in_path()650 impl::is_executable(const path& p) in is_executable() function in impl
115 def is_executable(fpath): function554 if not is_executable(program):568 if not is_executable(program):
3976 bool is_executable = (sh_flags & elfcpp::SHF_EXECINSTR) != 0; in possible_function_pointer_reloc() local3977 if (is_executable) in possible_function_pointer_reloc()5084 bool is_executable = (data_shdr.get_sh_flags() & elfcpp::SHF_EXECINSTR) != 0; in relocate_tls() local5096 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()
3550 bool is_executable = (sh_flags & elfcpp::SHF_EXECINSTR) != 0; in possible_function_pointer_reloc() local3551 if (is_executable) in possible_function_pointer_reloc()4675 bool is_executable = (data_shdr.get_sh_flags() & elfcpp::SHF_EXECINSTR) != 0; in relocate_tls() local4689 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()
9452 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);
10358 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);