Home | History | Annotate | Download | only in libdiskconfig

Lines Matching full:partition

111             ALOGE("Partition type required: %s", pinfo->name);
121 ALOGE("Unsupported partition type found: %s", tmp);
179 /* find the partition scheme */
181 ALOGE("partition scheme is required");
186 ALOGE("'gpt' partition scheme not supported yet.");
189 ALOGE("Unknown partition scheme specified: %s", tmp);
220 ALOGE("Device must specify partition list");
252 ALOGE("Could not re-read partition table. REBOOT!. (errno=%d)", errno);
265 * every single partition, but did not account for the extra needed space,
347 /* add up all the partition sizes and make sure it fits */
353 ALOGE("Zero-size partition '%s' is invalid.", part->name);
356 /* the partition requests the rest of the disk. */
358 ALOGE("Only the last partition in the list can request to fill "
366 ALOGE("Unknown partition type (0x%x) encountered for partition "
402 ALOGE("Uknown partition scheme.");
529 ALOGE("Unknown partition table scheme");