Lines Matching full:loge
42 LOGE("bad option \"%s\"\n", option);
63 LOGE("failed to open /etc/recovery.fstab (%s)\n", strerror(errno));
104 LOGE("skipping malformed recovery.fstab line: %s\n", original);
109 LOGE("skipping malformed recovery.fstab line: %s\n", original);
142 LOGE("unknown volume for path [%s]\n", path);
153 LOGE("failed to scan mounted volumes\n");
172 LOGE("failed to find \"%s\" partition to mount at \"%s\"\n",
191 LOGE("failed to mount %s (%s)\n", v->mount_point, strerror(errno));
195 LOGE("unknown fs_type \"%s\" for %s\n", v->fs_type, v->mount_point);
202 LOGE("unknown volume for path [%s]\n", path);
213 LOGE("failed to scan mounted volumes\n");
230 LOGE("unknown volume \"%s\"\n", volume);
235 LOGE("can't format_volume \"%s\"", volume);
239 LOGE("can't give path \"%s\" to format_volume\n", volume);
244 LOGE("format_volume failed to unmount \"%s\"\n", v->mount_point);
252 LOGE("format_volume: no MTD partition \"%s\"\n", v->device);
274 LOGE("format_volume: make_extf4fs failed on %s\n", v->device);
280 LOGE("format_volume: fs_type \"%s\" unsupported\n", v->fs_type);