Lines Matching refs:image
82 path = orig.get_installed_path(pkgplan.image.get_root())
87 path = self.get_installed_path(pkgplan.image.get_root())
109 retrieved = pkgplan.image.imageplan._retrieved
111 pkgplan.image.get_root()))
118 # destination and will not be stored in the image download
121 pub = pkgplan.image.get_publisher(
123 data = pkgplan.image.transport.get_datastream(pub,
127 pkgplan.image.cleanup_downloads()
144 final_path = self.get_installed_path(pkgplan.image.get_root())
168 orig = self.restore_file(pkgplan.image)
323 "on the target image filesystem; 'sysattr'"
326 pkgplan.image.imageplan.pd.add_item_message(
337 pkgplan.image.imageplan.pd.add_item_message(
345 correctly installed in the given image.
554 final_path = self.get_installed_path(pkgplan.image.get_root())
669 use_content_hash = orig and pkgplan.image.cfg.get_policy_str(
707 path = self.get_installed_path(pkgplan.image.get_root())
720 path = self.get_installed_path(pkgplan.image.get_root())
729 self.save_file(pkgplan.image, path)
777 if pdir != pkgplan.image.get_root():
778 # Parent directory is not image root (e.g. '/').
792 # If parent directory wasn't image root, then assume
827 def save_file(self, image, full_path):
831 saved_name = image.temporary_file()
843 ip = image.imageplan
846 def restore_file(self, image):
849 ip = image.imageplan
855 full_path = self.get_installed_path(image.get_root())