Searched defs:image (Results 1 - 2 of 2) sorted by relevance

/system/core/charger/
H A DAndroid.mk28 define _add-charger-image
43 $(eval $(call _add-charger-image,$(_img))))
51 _add-charger-image :=
/system/core/fastboot/
H A Dengine.c107 long long image_size; // real size of image file
111 void generate_ext4_image(struct image_data *image);
112 void cleanup_image(struct image_data *image);
131 /* generate image and return it as image->buffer.
132 * size of the buffer returned as image->image_size.
134 * image->partition_size specifies what is the size of the
135 * file partition we generate image for.
137 void (*generate)(struct image_data *image);
139 /* it cleans the buffer allocated during image creatio
276 cleanup_image(struct image_data *image) argument
285 generate_ext4_image(struct image_data *image) argument
322 struct image_data image; local
[all...]

Completed in 211 milliseconds