Home
last modified time | relevance | path

Searched refs:acc_num_operations_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/payload_consumer/
Ddelta_performer.cc260 (current_partition_ ? acc_num_operations_[current_partition_ - 1] : 0); in GetPartitionOperationNum()
473 if (next_operation_num_ >= acc_num_operations_[current_partition_]) { in Write()
488 while (next_operation_num_ >= acc_num_operations_[current_partition_]) { in Write()
683 acc_num_operations_.push_back(num_total_operations_); in ParseManifest()
699 if (next_operation_num_ < acc_num_operations_[current_partition_]) { in ParseManifest()
1523 while (next_operation_num_ >= acc_num_operations_[partition_index]) { in CheckpointUpdateProgress()
1528 (partition_index ? acc_num_operations_[partition_index - 1] : 0); in CheckpointUpdateProgress()
Ddelta_performer.h359 std::vector<size_t> acc_num_operations_; variable