Home | History | Annotate | Download | only in diskinstaller

Lines Matching full:images

329         LOGE("Only raw images can specify direct offset on the disk. Please"
343 LOGW("addjournal flag is meaningless for ext3 images");
376 cnode *images;
452 /* Now process the installer config file and write the images to disk */
453 if (!(images = config_find(config, "images"))) {
454 LOGE("Invalid configuration file %s. Missing 'images' section",
459 for (img = images->first_child; img; img = img->next) {
467 * writes to layout the disk partitions so that we can write images to
468 * them. We then do the apply() again in case one of the images
475 LOGI("Done processing installer config. Configured %d images", cnt);