Lines Matching defs:Image
90 class Image(object):
91 """An Image object is a directory tree containing the laid-down contents
94 An Image has a root path.
96 An Image of type IMG_ENTIRE does not have a parent Image. Other Image
97 types must have a parent Image. The external state of the parent Image
98 must be accessible from the Image's context, or duplicated within the
99 Image (IMG_PARTIAL for zones, for instance).
101 The parent of a user Image can be a partial Image. The parent of a
102 partial Image must be an entire Image.
104 An Image of type IMG_USER stores its external state at self.root +
107 An Image of type IMG_ENTIRE or IMG_PARTIAL stores its external state at
110 An Image needs to be able to have a different repository set than the
111 system's root Image.
154 An Image object was allocated from within ipkg test suite and
156 explicitly set cmdpath when allocating an Image object, or
157 override cmdpath when allocating an Image object by setting PKG_CMDPATH
277 return Image(*args, **kwargs)
326 pkg_trust_anchors = Image(self.__cmddir,
853 # Image is too new or too old.
2886 # Ensure Image directory structure is valid.
3834 # Image plan evaluation can fail because of duplicate
4160 newimg = Image(self.__cmddir,