Lines Matching refs:LOG
53 LOG(ERROR) << "Failed to read default fstab"; in load_volume_table()
105 LOG(ERROR) << args[0] << " failed with status " << WEXITSTATUS(status); in exec_cmd()
137 LOG(ERROR) << "unknown volume \"" << volume << "\""; in format_volume()
141 LOG(ERROR) << "can't format_volume \"" << volume << "\""; in format_volume()
145 LOG(ERROR) << "can't give path \"" << volume << "\" to format_volume"; in format_volume()
149 LOG(ERROR) << "format_volume: Failed to unmount \"" << v->mount_point << "\""; in format_volume()
153 LOG(ERROR) << "format_volume: fs_type \"" << v->fs_type << "\" unsupported"; in format_volume()
174 LOG(ERROR) << "get_file_size: invalid size " << length << " for " << v->blk_device; in format_volume()
194 LOG(INFO) << "format_volume: wipe metadata encrypted " << v->blk_device << " with size " in format_volume()
201 LOG(INFO) << "Formatting " << v->blk_device << " as ext4"; in format_volume()
253 LOG(INFO) << "Formatting " << v->blk_device << " as f2fs"; in format_volume()
303 LOG(ERROR) << "can't set up install mounts: no fstab loaded"; in setup_install_mounts()
314 LOG(ERROR) << "Failed to mount " << entry.mount_point; in setup_install_mounts()
319 LOG(ERROR) << "Failed to unmount " << entry.mount_point; in setup_install_mounts()