Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dextent_utils.cc71 ExtentsToVector(*extents, &extents_vector); in ExtendExtents()
72 ExtentsToVector(extents_to_add, &extents_to_add_vector); in ExtendExtents()
91 void ExtentsToVector(const google::protobuf::RepeatedPtrField<Extent>& extents, in ExtentsToVector() function
Dextent_utils.h77 void ExtentsToVector(const google::protobuf::RepeatedPtrField<Extent>& extents,
Dab_generator.cc278 ExtentsToVector(aop->op.dst_extents(), &dst_extents); in AddDataAndSetType()
307 ExtentsToVector(aop.op.src_extents(), &src_extents); in AddSourceHash()
Dextent_utils_unittest.cc88 ExtentsToVector(first_op.src_extents(), &first_op_vec); in TEST()
Ddelta_diff_utils_unittest.cc697 ExtentsToVector(aop.op.src_extents(), &aop_src_extents); in TEST_F()
Dinplace_generator.cc568 ExtentsToVector((*graph)[cut.old_dst].aop.op.dst_extents(), in ConvertCutToFullOp()