Lines Matching refs:image
96 directories in the system image."""
295 """Generate a binary patch that creates the recovery image starting
296 with the boot image. (Most of the space in these images is just the
300 patching and install the new recovery image.
324 log -t recovery "Installing new recovery image"
327 log -t recovery "Recovery image already installed"
600 # Produce the boot image by applying a patch to the current
603 script.Print("Patching boot image...")
613 print "boot image changed; including."
615 print "boot image unchanged; skipping."
619 # boot image, or from the previous recovery image? For large
626 # partition, include the binaries and image files from recovery in
627 # the boot image (though not in the ramdisk) so they can be used
628 # as fodder for constructing the recovery image.
632 print "recovery image changed; including as patch from boot."
634 print "recovery image unchanged; skipping."
686 # Do device-specific installation (eg, write radio image).