Searched refs:total_blocks (Results 1 – 1 of 1) sorted by relevance
1512 size_t total_blocks; in PerformBlockImageUpdate() local1513 if (!android::base::ParseUint(lines[1], &total_blocks)) { in PerformBlockImageUpdate()1518 if (total_blocks == 0) { in PerformBlockImageUpdate()1589 fprintf(cmd_pipe, "set_progress %.4f\n", static_cast<double>(params.written) / total_blocks); in PerformBlockImageUpdate()1597 LOG(INFO) << "wrote " << params.written << " blocks; expected " << total_blocks; in PerformBlockImageUpdate()