Lines Matching refs:LOGE
47 LOGE("failed to read /etc/recovery.fstab\n"); in load_volume_table()
53 LOGE("failed to add /tmp entry to fstab\n"); in load_volume_table()
77 LOGE("unknown volume for path [%s]\n", path); in ensure_path_mounted_at()
88 LOGE("failed to scan mounted volumes\n"); in ensure_path_mounted_at()
111 LOGE("failed to find \"%s\" partition to mount at \"%s\"\n", in ensure_path_mounted_at()
123 LOGE("failed to mount %s (%s)\n", mount_point, strerror(errno)); in ensure_path_mounted_at()
127 LOGE("unknown fs_type \"%s\" for %s\n", v->fs_type, mount_point); in ensure_path_mounted_at()
139 LOGE("unknown volume for path [%s]\n", path); in ensure_path_unmounted()
150 LOGE("failed to scan mounted volumes\n"); in ensure_path_unmounted()
173 LOGE("%s failed with status %d\n", path, WEXITSTATUS(status)); in exec_cmd()
181 LOGE("unknown volume \"%s\"\n", volume); in format_volume()
186 LOGE("can't format_volume \"%s\"", volume); in format_volume()
190 LOGE("can't give path \"%s\" to format_volume\n", volume); in format_volume()
195 LOGE("format_volume failed to unmount \"%s\"\n", v->mount_point); in format_volume()
203 LOGE("format_volume: no MTD partition \"%s\"\n", v->blk_device); in format_volume()
229 LOGE("format_volume: failed to open %s\n", v->key_loc); in format_volume()
247 …LOGE("format_volume: crypt footer + negative length (%zd) not supported on %s\n", length, v->fs_ty… in format_volume()
251 … LOGE("format_volume: negative length (%zd) not supported on %s\n", length, v->fs_type); in format_volume()
256 … LOGE("format_volume: failed to create %s command for %s\n", v->fs_type, v->blk_device); in format_volume()
266 …LOGE("format_volume: make %s failed on %s with %d(%s)\n", v->fs_type, v->blk_device, result, strer… in format_volume()
272 LOGE("format_volume: fs_type \"%s\" unsupported\n", v->fs_type); in format_volume()
282 LOGE("can't set up install mounts: no fstab loaded\n"); in setup_install_mounts()
291 LOGE("failed to mount %s\n", v->mount_point); in setup_install_mounts()
297 LOGE("failed to unmount %s\n", v->mount_point); in setup_install_mounts()