OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acc_num_operations_
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/payload_consumer/
delta_performer.h
333
std::vector<size_t>
acc_num_operations_
;
member in class:chromeos_update_engine::DeltaPerformer
delta_performer.cc
579
acc_num_operations_
.push_back(num_total_operations_);
614
while (next_operation_num_ >=
acc_num_operations_
[current_partition_]) {
623
current_partition_ ?
acc_num_operations_
[current_partition_ - 1] : 0);
[
all
...]
Completed in 598 milliseconds