Lines Matching refs:image
123 # within the image containing the file. A single image is assumed to be
129 # done on an image. The image module cannot be imported when this module is
135 # cached_image_info is a list of tuples (image root, image trash directory) for
138 # image object for it each time.
145 the directory. If path is not contained within an image, return None.
151 import pkg.client.image as image
160 img = image.Image(os.path.dirname(path),
163 # path is not within an image, no trash dir
167 # this image, so try to empty the trash first
176 Move the file to a trash folder within its containing image. If the
177 file is not in an image, just return without moving it. If the file
209 image if necessary where it will be removed at a later time.