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

Unified Diff: extent_writer.h

Issue 3495002: [update_engine] Fix file creation mask to be 0600 (Closed) Base URL: http://git.chromium.org/git/update_engine.git
Patch Set: Created 10 years, 3 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 | « no previous file | file_writer.h » ('j') | main.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extent_writer.h
diff --git a/extent_writer.h b/extent_writer.h
index 5eda364de5b37eee361941ae91ad47f71dfa8335..1bb6f4a37b16c4228e671414c14c56297a5778c9 100644
--- a/extent_writer.h
+++ b/extent_writer.h
@@ -66,7 +66,7 @@ class DirectExtentWriter : public ExtentWriter {
private:
int fd_;
-
+
size_t block_size_;
// Bytes written into next_extent_index_ thus far
uint64_t extent_bytes_written_;
« no previous file with comments | « no previous file | file_writer.h » ('j') | main.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698