HomeSort by: relevance | last modified time | path
    Searched refs:is_executable (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c++/detail/
fs_test.cpp 468 ATF_TEST_CASE(is_executable);
469 ATF_TEST_CASE_HEAD(is_executable)
471 set_md_var("descr", "Tests the is_executable function");
473 ATF_TEST_CASE_BODY(is_executable)
475 using atf::fs::is_executable;
480 ATF_REQUIRE( is_executable(path("files")));
481 ATF_REQUIRE( is_executable(path("files/.")));
482 ATF_REQUIRE( is_executable(path("files/..")));
483 ATF_REQUIRE( is_executable(path("files/dir")));
485 ATF_REQUIRE(!is_executable(path("non-existent")))
    [all...]
fs.hpp 376 bool is_executable(const path&);
fs.cpp 484 if (is_executable(dir / prog))
491 impl::is_executable(const path& p) function in class:impl
  /src/external/bsd/atf/dist/tools/
fs_test.cpp 534 ATF_TEST_CASE(is_executable);
535 ATF_TEST_CASE_HEAD(is_executable)
537 set_md_var("descr", "Tests the is_executable function");
539 ATF_TEST_CASE_BODY(is_executable)
541 using tools::fs::is_executable;
546 ATF_REQUIRE( is_executable(path("files")));
547 ATF_REQUIRE( is_executable(path("files/.")));
548 ATF_REQUIRE( is_executable(path("files/..")));
549 ATF_REQUIRE( is_executable(path("files/dir")));
551 ATF_REQUIRE(!is_executable(path("non-existent")))
    [all...]
fs.hpp 358 bool is_executable(const path&);
requirements.cpp 61 found = tools::fs::is_executable(program);
73 if (tools::fs::is_executable(p))
fs.cpp 643 if (is_executable(dir / prog))
650 impl::is_executable(const path& p) function in class:impl
  /src/external/apache2/llvm/dist/llvm/utils/
llvm-compilers-check 115 def is_executable(fpath):
554 if not is_executable(program):
568 if not is_executable(program):
  /src/external/mpl/bind/dist/bin/tests/system/
conftest.py 71 isctest.check.is_executable(isctest.vars.ALL["PYTHON"], "Python interpreter required")
72 isctest.check.is_executable(isctest.vars.ALL["PERL"], "Perl interpreter required")
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
check.py 200 def is_executable(cmd: str, errmsg: str) -> None: function
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 10403 my $is_executable;
10420 $is_executable = $FALSE;
10472 $is_executable = $TRUE;
10481 $is_executable = $FALSE;
10487 gp_message ("debug", $subr_name, "is_executable = $is_executable");
10489 return ($is_executable);
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 10403 my $is_executable;
10420 $is_executable = $FALSE;
10472 $is_executable = $TRUE;
10481 $is_executable = $FALSE;
10487 gp_message ("debug", $subr_name, "is_executable = $is_executable");
10489 return ($is_executable);

Completed in 59 milliseconds