Lines Matching refs:image
485 if pkgplan.image.cfg.get_policy_str(
595 """Given an image root, return the installed path of the action
746 those actions have been installed in an image. Stripped
748 for conflicting actions checks during image planning
781 correctly installed in the given image."""
851 path = self.get_installed_path(pkgplan.image.get_root())
859 owner = pkgplan.image.get_user_by_name(owner)
867 pd = pkgplan.image.imageplan.pd
901 group = pkgplan.image.get_group_by_name(group)
910 pd = pkgplan.image.imageplan.pd
1222 symlinks relative to the image root. Raises an
1225 valid_dirs = pkgplan.image.imageplan.valid_directories
1241 img_root = pkgplan.image.root.rstrip(os.path.sep)