Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dextent_utils.cc62 ExtentsToVector(*extents, &extents_vector); in ExtendExtents()
63 ExtentsToVector(extents_to_add, &extents_to_add_vector); in ExtendExtents()
82 void ExtentsToVector(const google::protobuf::RepeatedPtrField<Extent>& extents, in ExtentsToVector() function
Dextent_utils.h59 void ExtentsToVector(const google::protobuf::RepeatedPtrField<Extent>& extents,
Dab_generator.cc273 ExtentsToVector(aop->op.dst_extents(), &dst_extents); in AddDataAndSetType()
300 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.cc769 ExtentsToVector(aop.op.src_extents(), &aop_src_extents); in TEST_F()
Dinplace_generator.cc554 ExtentsToVector((*graph)[cut.old_dst].aop.op.dst_extents(), &new_extents); in ConvertCutToFullOp()