Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_generator/
H A Dab_generator_unittest.cc419 AnnotatedOperation third_aop; in TEST_F() local
420 third_aop.op = third_op; in TEST_F()
421 third_aop.name = "third"; in TEST_F()
422 aops.push_back(third_aop); in TEST_F()
457 AnnotatedOperation third_aop; in TEST_F() local
458 third_aop.op = third_op; in TEST_F()
459 third_aop.name = "3"; in TEST_F()
460 aops.push_back(third_aop); in TEST_F()
522 AnnotatedOperation third_aop; in TEST_F() local
523 third_aop.op = third_op; in TEST_F()
[all …]