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

  /system/update_engine/payload_generator/
ab_generator.h 86 std::vector<AnnotatedOperation>* result_aops);
95 std::vector<AnnotatedOperation>* result_aops,
ab_generator.cc 106 vector<AnnotatedOperation>* result_aops) {
148 result_aops->push_back(new_aop);
160 vector<AnnotatedOperation>* result_aops,
188 result_aops->push_back(new_aop);
inplace_generator_unittest.cc 634 vector<AnnotatedOperation> result_aops = aops; local
641 &result_aops));
644 for (const auto& aop : result_aops) {
664 DumpAopsOnFailure(result_aops);

Completed in 55 milliseconds