commit | ef2c39bd6bdd54a945803bc622664082dbf55de1 | [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 | adb98df12033a5f6856218124d1269b8f0e1cc9b [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>