Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(860)

Unified Diff: generate_delta_main.cc

Issue 3130035: AU: Cut cycles even more aggressively, log progress of cutting (Closed) Base URL: ssh://git@chromiumos-git/update_engine.git
Patch Set: git fetch Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cycle_breaker.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generate_delta_main.cc
diff --git a/generate_delta_main.cc b/generate_delta_main.cc
index 7e18252256c0f11bfed3fab600b211571e077fc0..08ee8df184889d423fae7623cc15792b6364ebb2 100644
--- a/generate_delta_main.cc
+++ b/generate_delta_main.cc
@@ -65,6 +65,7 @@ int Main(int argc, char** argv) {
}
DeltaPerformer performer;
CHECK_EQ(performer.Open(FLAGS_old_image.c_str(), 0, 0), 0);
+ CHECK(performer.OpenKernel(FLAGS_old_kernel.c_str()));
vector<char> buf(1024 * 1024);
int fd = open(FLAGS_apply_delta.c_str(), O_RDONLY, 0);
CHECK_GE(fd, 0);
« no previous file with comments | « cycle_breaker.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698