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

  /system/update_engine/payload_generator/
inplace_generator.cc 278 vector<Vertex::Index> full_ops; local
284 full_ops.push_back(op_index);
289 LOG(INFO) << "Stats: " << full_ops.size() << " full ops out of "
290 << (full_ops.size() + ret.size()) << " total ops.";
292 sort(full_ops.begin(), full_ops.end(),
294 ret.insert(ret.end(), full_ops.begin(), full_ops.end());
inplace_generator_unittest.cc 643 size_t full_ops = 0; local
646 full_ops++;
662 EXPECT_EQ(part_blocks == num_blocks ? 2U : 1U, full_ops);
724 size_t full_ops = 0; local
727 full_ops++;
730 EXPECT_EQ(1U, full_ops);

Completed in 114 milliseconds