Searched refs:IMG_USER (Results 1 - 5 of 5) sorted by relevance

/pkg/src/modules/client/
H A Dimagetypes.py29 IMG_USER = 3 variable
35 IMG_USER: "user"
H A Dactuator.py34 from pkg.client.imagetypes import IMG_USER, IMG_ENTIRE namespace
285 if image.type != IMG_USER:
H A Dimage.py81 from pkg.client.imagetypes import IMG_USER, IMG_ENTIRE namespace
104 An Image of type IMG_USER stores its external state at self.root +
505 rv = IMG_USER
523 if imgtype in (IMG_USER, IMG_ENTIRE):
762 if self.type == IMG_USER:
3404 self.type != IMG_USER)
3410 self.type != IMG_USER)
3422 self.type != IMG_USER)
3427 self.type != IMG_USER)
H A Dapi.py120 IMG_TYPE_USER = imgtypes.IMG_USER # Not '/'; some other location.
/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,

Completed in 33 milliseconds