Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_generator/
H A Dextent_utils.h69 void ExtendExtents(
H A Dab_generator.cc238 ExtendExtents(last_aop.op.mutable_src_extents(), in MergeOperations()
241 ExtendExtents(last_aop.op.mutable_dst_extents(), in MergeOperations()
H A Dextent_utils.cc57 void ExtendExtents( in ExtendExtents() function
H A Dextent_utils_unittest.cc86 ExtendExtents(first_op.mutable_src_extents(), second_op.src_extents()); in TEST()