Searched refs:script_path (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/libexec/atf/atf-pytest-wrapper/
H A Datf_pytest_wrapper.cpp31 std::string script_path; member in class:Handler
94 script_path = std::string(argv[0]);
148 args.push_back(script_path);
165 args.push_back(script_path + "::" + test_name);
/freebsd-current/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_util.c2198 const char *script_path = ZFSEXECDIR "/zfs_prepare_disk"; local
2203 char *argv[2] = {(char *)script_path};
2209 if (access(script_path, X_OK) != 0) {
2230 rc = libzfs_run_process_get_stdout(script_path, argv, env, lines,
/freebsd-current/sys/contrib/openzfs/tests/test-runner/bin/
H A Dtest-runner.py.in960 script_path = pathname + ext
961 if os.path.isfile(script_path) and os.access(script_path, os.X_OK):

Completed in 141 milliseconds