Lines Matching refs:image
71 # Functions for accessing files in an alternate image
380 managed image can be found at 'root'. If 'root' does point to a
381 pkg(7) image, then we return the relative path to the image metadata
384 import pkg.client.image as image
389 if ar_isdir(root, image.img_user_prefix):
392 if ar_isdir(root, image.img_root_prefix):
397 # why would an image have two pkg metadata directories.
398 # is this image corrupt?
402 return image.img_user_prefix
404 return image.img_root_prefix