Searched refs:Image (Results 1 - 7 of 7) sorted by relevance
/pkg/src/tests/api/ |
H A D | t_plat.py | 91 img1 = image.Image(tdir1, imgtype=image.IMG_USER, 134 img1 = image.Image(tdir1, imgtype=image.IMG_USER,
|
/pkg/src/modules/portable/ |
H A D | os_windows.py | 160 img = image.Image(os.path.dirname(path),
|
/pkg/src/tests/cli/ |
H A D | t_pkg_image_create.py | 171 # pretend like the Image object is being allocated from 175 img = image.Image(img_path, should_exist=True,
|
H A D | t_pkg_publisher.py | 822 # 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 D | image.py | 90 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 D | api.py | 116 # 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 D | pkg_solver.py | 3251 img = pkg.client.image.Image(
|
Completed in 39 milliseconds