commit | 6e723ed2e4784cfd37404d50323805e0d3c1dcf8 | [log] [tgz] |
---|---|---|
author | Alessio Balsini <balsini@google.com> | Thu Nov 28 13:30:27 2019 +0000 |
committer | Yifan Hong <elsk@google.com> | Mon Dec 02 14:58:17 2019 -0800 |
tree | 4acd078a22d1065279cdc62bf360d795317266cf | |
parent | 5b9a2df5b45b745b043f6b51da9022ccd85ea2d0 [diff] |
SOURCE_COPY operation: implement src == dst Helper function to compare the source and destination extents of a SOURCE_COPY InstallOperation. The function returns true iff source and destination are identical with the use of std::equal(). Bug: 141207436 Test: build Change-Id: I146aeba1c8ede35f21cfef8e21d4af62274bda84 Signed-off-by: Alessio Balsini <balsini@google.com>