Searched refs:script_path (Results 1 – 8 of 8) sorted by relevance
44 script_path = modified_recipe.gen_install_deploy_script(args)45 logger.info("Created: %s" % script_path)
20 script_path = os.path.dirname(os.path.realpath(__file__)) variable21 poky_path = os.path.abspath(os.path.join(script_path, ".."))22 resulttool = os.path.abspath(os.path.join(script_path, "resulttool"))
35 script_path = os.path.dirname(os.path.realpath(__file__)) variable36 lib_path = script_path + '/lib'
10 def install_dreport_user_script(dreport_conf, script_path, d):26 script = os.path.basename(script_path)27 file = open(script_path, "r")
184 script_path = os.path.dirname(os.path.abspath(__file__))185 config = script_path + "/../ffdc/ffdc_config.yaml"
162 script_path = os.path.dirname(os.path.realpath(__file__))163 file_loader = FileSystemLoader(script_path + '/template')
3332 script_path = buf + MAXPATHLEN; in list_available_scripts()3361 read_script_info(desc, script_path); in list_available_scripts()3549 char script_path[MAXPATHLEN]; in get_script_path() local3575 return strdup(script_path); in get_script_path()3588 return ends_with(script_path, "top") != NULL; in is_top_script()3599 if (read_script_info(desc, script_path)) in has_required_arg()3838 char *script_path = NULL; in cmd_script() local4192 script_path = rec_script_path; in cmd_script()4194 script_path = rep_script_path; in cmd_script()4196 if (script_path) { in cmd_script()[all …]
285 script_path=$(realpath "$0")286 script_dir=$(dirname "$script_path")