Home | History | Annotate | Download | only in android

Lines Matching full:partition

152         dwarning("%s partition size adjusted to match image file %s\n", description, temp);
519 /* -partition-size is used to specify the max size of both the system
520 * and data partition sizes.
529 derror( "-partition-size must be followed by a positive integer" );
533 derror( "partition-size (%d) must be between %dMB and %dMB",
541 /** SYSTEM PARTITION **/
603 /* Check the size of the system partition image.
627 /** DATA PARTITION **/
697 /** CACHE PARTITION **/
700 /* No cache partition at all */
705 dwarning( "Emulated hardware doesn't support a cache partition. -cache option ignored!" );
712 /* Find the current cache partition file */
734 /* Set cache partition size per user options. */
745 /** SD CARD PARTITION */