Lines Matching refs:scripts_path
66 def find_canned_image(scripts_path, wks_file): argument
72 layers_canned_wks_dir = build_canned_image_list(scripts_path)
86 def list_canned_images(scripts_path): argument
90 layers_canned_wks_dir = build_canned_image_list(scripts_path)
110 def list_canned_image_help(scripts_path, fullpath): argument
195 def wic_list(args, scripts_path): argument
204 list_canned_images(scripts_path)
211 fullpath = find_canned_image(scripts_path, wks_file)
218 list_canned_image_help(scripts_path, fullpath)
598 def find_canned(scripts_path, file_name): argument
607 layers_canned_wks_dir = build_canned_image_list(scripts_path)
622 scripts_path = os.path.abspath("%s/../.." % os.path.dirname(__file__))
624 cfg_file = find_canned(scripts_path, boot_file)