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"))
38 script_path = os.path.dirname(os.path.realpath(__file__)) variable39 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')