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()
2193 const char *script_path = ZFSEXECDIR "/zfs_prepare_disk"; in zpool_prepare_disk() local2198 char *argv[2] = {(char *)script_path}; in zpool_prepare_disk()2204 if (access(script_path, X_OK) != 0) { in zpool_prepare_disk()2225 rc = libzfs_run_process_get_stdout(script_path, argv, env, lines, in zpool_prepare_disk()
960 script_path = pathname + ext961 if os.path.isfile(script_path) and os.access(script_path, os.X_OK):