Searched refs:script_path (Results 1 – 3 of 3) sorted by relevance
31 std::string script_path; member in Handler94 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()
2369 const char *script_path = ZFSEXECDIR "/zfs_prepare_disk";2374 char *argv[2] = {(char *)script_path};2380 if (access(script_path, X_OK) != 0) {2401 rc = libzfs_run_process_get_stdout(script_path, argv, env, lines,2198 const char *script_path = ZFSEXECDIR "/zfs_prepare_disk"; zpool_prepare_disk() local
972 script_path = pathname + ext973 if os.path.isfile(script_path) and os.access(script_path, os.X_OK):