Home | History | Annotate | Download | only in diskinstaller

Lines Matching defs:images

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