Home
last modified time | relevance | path

Searched refs:script_path (Results 1 – 4 of 4) sorted by relevance

/freebsd/libexec/atf/atf-pytest-wrapper/
H A Datf_pytest_wrapper.cpp31 std::string script_path; member in Handler
94 script_path = std::string(argv[0]); in Parse()
148 args.push_back(script_path); in BuildArgs()
165 args.push_back(script_path + "::" + test_name); in BuildArgs()
/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py1741 script_path = os.path.abspath(os.path.dirname(sys.argv[0])) + "/"
1742 ec_params_path = script_path + "../include/libecc/curves/user_defined/"
1743 curves_list_path = script_path + "../include/libecc/curves/"
1744 lib_ecc_types_path = script_path + "../include/libecc/"
1745 lib_ecc_config_path = script_path + "../include/libecc/"
1746 ec_self_tests_path = script_path + "../src/tests/"
1747 meson_options_path = script_path + "../"
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c2370 const char *script_path = ZFSEXECDIR "/zfs_prepare_disk"; in zpool_prepare_disk() local
2375 char *argv[2] = {(char *)script_path}; in zpool_prepare_disk()
2381 if (access(script_path, X_OK) != 0) { in zpool_prepare_disk()
2402 rc = libzfs_run_process_get_stdout(script_path, argv, env, lines, in zpool_prepare_disk()
/freebsd/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in994 script_path = pathname + ext
995 if os.path.isfile(script_path) and os.access(script_path, os.X_OK):