Lines Matching refs:LOGE
49 LOGE("failed to read /etc/recovery.fstab\n"); in load_volume_table()
55 LOGE("failed to add /tmp entry to fstab\n"); in load_volume_table()
78 LOGE("unknown volume for path [%s]\n", path); in ensure_path_mounted()
89 LOGE("failed to scan mounted volumes\n"); in ensure_path_mounted()
108 LOGE("failed to find \"%s\" partition to mount at \"%s\"\n", in ensure_path_mounted()
120 LOGE("failed to mount %s (%s)\n", v->mount_point, strerror(errno)); in ensure_path_mounted()
124 LOGE("unknown fs_type \"%s\" for %s\n", v->fs_type, v->mount_point); in ensure_path_mounted()
131 LOGE("unknown volume for path [%s]\n", path); in ensure_path_unmounted()
142 LOGE("failed to scan mounted volumes\n"); in ensure_path_unmounted()
165 LOGE("%s failed with status %d\n", path, WEXITSTATUS(status)); in exec_cmd()
173 LOGE("unknown volume \"%s\"\n", volume); in format_volume()
178 LOGE("can't format_volume \"%s\"", volume); in format_volume()
182 LOGE("can't give path \"%s\" to format_volume\n", volume); in format_volume()
187 LOGE("format_volume failed to unmount \"%s\"\n", v->mount_point); in format_volume()
195 LOGE("format_volume: no MTD partition \"%s\"\n", v->blk_device); in format_volume()
221 LOGE("format_volume: failed to open %s\n", v->key_loc); in format_volume()
239 …LOGE("format_volume: crypt footer + negative length (%zd) not supported on %s\n", length, v->fs_ty… in format_volume()
243 … LOGE("format_volume: negative length (%zd) not supported on %s\n", length, v->fs_type); in format_volume()
248 … LOGE("format_volume: failed to create %s command for %s\n", v->fs_type, v->blk_device); in format_volume()
258 …LOGE("format_volume: make %s failed on %s with %d(%s)\n", v->fs_type, v->blk_device, result, strer… in format_volume()
264 LOGE("format_volume: fs_type \"%s\" unsupported\n", v->fs_type); in format_volume()
270 LOGE("can't set up install mounts: no fstab loaded\n"); in setup_install_mounts()
279 LOGE("failed to mount %s\n", v->mount_point); in setup_install_mounts()
285 LOGE("failed to unmount %s\n", v->mount_point); in setup_install_mounts()