HomeSort by relevance Sort by last modified time
    Searched refs:acc_num_operations_ (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_consumer/
delta_performer.h 308 std::vector<size_t> acc_num_operations_; member in class:chromeos_update_engine::DeltaPerformer
delta_performer.cc 297 current_partition_ ? acc_num_operations_[current_partition_ - 1] : 0;
578 acc_num_operations_.push_back(num_total_operations_);
613 while (next_operation_num_ >= acc_num_operations_[current_partition_]) {
622 current_partition_ ? acc_num_operations_[current_partition_ - 1] : 0);
    [all...]

Completed in 80 milliseconds