Lines Matching refs:fullpath
81 fullpath = os.path.join(canned_wks_dir, fname)
82 return fullpath
98 fullpath = os.path.join(canned_wks_dir, fname)
99 with open(fullpath) as wks:
110 def list_canned_image_help(scripts_path, fullpath): argument
115 with open(fullpath) as wks:
211 fullpath = find_canned_image(scripts_path, wks_file)
212 if not fullpath:
218 list_canned_image_help(scripts_path, fullpath)
612 fullpath = os.path.join(canned_wks_dir, fname)
613 return fullpath