Lines Matching refs:LOGE
81 LOGE("failed to scan mounted volumes\n"); in get_mounted_device_from_path()
87 LOGE("failed to get volume from %s\n", path); in get_mounted_device_from_path()
111 LOGE("failed to open /etc/fstab (%d)\n", errno); in load_volume_table()
150 LOGE("skipping malformed recovery.fstab line: %s\n", buffer); in load_volume_table()
207 LOGE("failed to scan mounted volumes\n"); in ensure_path_mounted()
220 LOGE("unknown volume for path [%s]\n", path); in ensure_path_mounted()
231 LOGE("failed to scan mounted volumes\n"); in ensure_path_mounted()
250 LOGE("failed to find \"%s\" partition to mount at \"%s\"\n", in ensure_path_mounted()
281 LOGE("failed to mount %s (%s)\n", v->mount_point, strerror(errno)); in ensure_path_mounted()
285 LOGE("unknown fs_type \"%s\" for %s\n", v->fs_type, v->mount_point); in ensure_path_mounted()
295 LOGE("unknown volume for path [%s]\n", path); in ensure_ex_path_unmounted()
302 LOGE("path: %s is already unmounted or not existed\n"); in ensure_ex_path_unmounted()
313 LOGE("unknown volume for path [%s]\n", path); in ensure_path_unmounted()
324 LOGE("failed to scan mounted volumes\n"); in ensure_path_unmounted()
344 LOGE("unknown volume \"%s\"\n", volume); in format_volume()
349 LOGE("can't format_volume \"%s\"", volume); in format_volume()
353 LOGE("can't give path \"%s\" to format_volume\n", volume); in format_volume()
358 LOGE("format_volume failed to unmount \"%s\"\n", v->mount_point); in format_volume()
376 LOGE("format_volume: no MTD partition \"%s\"\n", v->device); in format_volume()
398 LOGE("format_volume: make_extf4 failed on %s\n", v->device); in format_volume()
407 LOGE("format_volume: make_extf2 failed on %s\n", v->device); in format_volume()
415 LOGE("format_volume: make_vfat failed on %s\n", v->device); in format_volume()
424 LOGE("format_volume: make_ntfs failed on %s\n", v->device); in format_volume()
430 LOGE("format_volume: fs_type \"%s\" unsupported\n", v->fs_type); in format_volume()
438 LOGE("unknown volume \"%s\"\n", volume); in resize_volume()
443 LOGE("can't format_volume \"%s\"", volume); in resize_volume()
447 LOGE("can't give path \"%s\" to format_volume\n", volume); in resize_volume()
452 LOGE("format_volume failed to unmount \"%s\"\n", v->mount_point); in resize_volume()
459 LOGE("resize_volume: resizefs failed on %s\n", v->device); in resize_volume()
465 LOGE("format_volume: fs_type \"%s\" unsupported\n", v->fs_type); in resize_volume()