Searched refs:ExpandExtents (Results 1 - 3 of 3) sorted by relevance

/system/update_engine/payload_generator/
H A Dextent_utils.h56 std::vector<uint64_t> ExpandExtents(const T& extents) { function in namespace:chromeos_update_engine
H A Dinplace_generator.cc113 ExpandExtents(vertex->aop.op.src_extents());
116 vector<uint64_t> remove_extents_expanded = ExpandExtents(remove_extents);
117 vector<uint64_t> replace_extents_expanded = ExpandExtents(replace_extents);
126 vector<uint64_t> write_before_deps_expanded = ExpandExtents(
H A Ddelta_diff_utils.cc727 ExpandExtents(op.src_extents()) == ExpandExtents(op.dst_extents()));

Completed in 143 milliseconds