Searched refs:Image (Results 1 - 7 of 7) sorted by relevance

/pkg/src/tests/api/
H A Dt_plat.py91 img1 = image.Image(tdir1, imgtype=image.IMG_USER,
134 img1 = image.Image(tdir1, imgtype=image.IMG_USER,
/pkg/src/modules/portable/
H A Dos_windows.py160 img = image.Image(os.path.dirname(path),
/pkg/src/tests/cli/
H A Dt_pkg_image_create.py171 # pretend like the Image object is being allocated from
175 img = image.Image(img_path, should_exist=True,
H A Dt_pkg_publisher.py822 # pretend like the Image object is being allocated from
826 img = image.Image(self.get_img_path(), should_exist=True,
/pkg/src/modules/client/
H A Dimage.py90 class Image(object): class in inherits: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_PARTIA
[all...]
H A Dapi.py116 # Image type constants.
365 override cmdpath when allocating an Image object by setting PKG_CMDPATH
371 self._img = image.Image(img_path,
378 elif isinstance(img_path, image.Image):
4587 self._img = image.Image(self._img_path,
5773 img = image.Image(root, force=force, imgtype=imgtype,
H A Dpkg_solver.py3251 img = pkg.client.image.Image(

Completed in 74 milliseconds