Home | History | Annotate | Download | only in android

Lines Matching refs:image

43 #include "android/skin/image.h"
780 /* add an onion overlay image if needed */
1114 //D("image auto-detection: %s/%s", temp, fileName);
1134 char* image = _getSdkImage(path, file);
1136 if (image == NULL) {
1137 derror("Your system directory is missing the '%s' image file.\n"
1142 return image;
1155 derror("Cannot find %s image file: %s", description, path);
1184 dwarning("%s partition size adjusted to match image file %s\n", description, temp);
1313 /* legacy support: we used to use -system <dir> and -image <file>
1317 if (opts->image != NULL) {
1320 derror( "You can't use -sysdir, -system and -image at the same time.\n"
1325 dwarning( "Please note that -image is obsolete and that -system is now used to point\n"
1326 "to the system image. Next time, try using '-sysdir <path> -system <file>' instead.\n" );
1328 opts->system = opts->image;
1329 opts->image = NULL;
1338 "system image (like the obsolete -image option). To point to the system directory\n"
1417 opts->system = _getSdkSystemImage(opts->sysdir, "-image", "system.img");
1418 D("autoconfig: -image %s", opts->image);
1447 "to specify a data partition image file (I hope you know what you're doing).\n"
1475 * certain kernel/disk image files
1763 /* If the kernel image name ends in "-armv7", then change the cpu
1803 /* Check the size of the system partition image.
1823 * - when the USERDATA image already exists and is larger than the default
1904 /* see if we have an sdcard image. get its size if it exists */
1906 * to use an SD Card image that is equal or larger than 9 MB
1916 D("no SD Card image at '%s'", opts->sdcard);