diff options
author | Scott Lobdell <slobdell@google.com> | 2019-03-05 11:56:41 -0800 |
---|---|---|
committer | Scott Lobdell <slobdell@google.com> | 2019-03-05 16:53:31 -0800 |
commit | 838bccb515036433be3a55bec702336f170df38a (patch) | |
tree | eb94a5e0cbab6fa3e8f5539fed44dd081f48fc04 /payload_generator/delta_diff_utils.h | |
parent | 2af3457b7362c163b1896f7a4b6eee69f8439296 (diff) | |
parent | 4eee53f5949d5e4cb43894b3d190daf635e31338 (diff) |
Merge QP1A.190228.005
Change-Id: I546552fe26b74b96c18d929cdda1a527bbcdf4dc
Diffstat (limited to 'payload_generator/delta_diff_utils.h')
-rw-r--r-- | payload_generator/delta_diff_utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/payload_generator/delta_diff_utils.h b/payload_generator/delta_diff_utils.h index 2306572c..2211b307 100644 --- a/payload_generator/delta_diff_utils.h +++ b/payload_generator/delta_diff_utils.h @@ -119,13 +119,13 @@ bool ReadExtentsToDiff(const std::string& old_part, bool GenerateBestFullOperation(const brillo::Blob& new_data, const PayloadVersion& version, brillo::Blob* out_blob, - InstallOperation_Type* out_type); + InstallOperation::Type* out_type); // Returns whether |op_type| is one of the REPLACE full operations. -bool IsAReplaceOperation(InstallOperation_Type op_type); +bool IsAReplaceOperation(InstallOperation::Type op_type); // Returns true if an operation with type |op_type| has no |src_extents|. -bool IsNoSourceOperation(InstallOperation_Type op_type); +bool IsNoSourceOperation(InstallOperation::Type op_type); // Returns true if |op| is a no-op operation that doesn't do any useful work // (e.g., a move operation that copies blocks onto themselves). |