Lines Matching full:images
6 # Creates binary images from input files controlled by a description
20 # List of images we plan to create
22 images = OrderedDict() variable
28 multiple images are present, they will all be returned.
35 images = OrderedDict()
36 if 'multiple-images' in binman_node.props:
38 images[node.name] = Image(node.name, node)
40 images['image'] = Image('image', binman_node)
41 return images
60 deals with the core task of building images.
66 global images
100 images = _ReadImageDesc(node)
101 for image in images.values():
104 # image will be reported after earlier images are already