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

Unified Diff: native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.h

Issue 604513002: [NaCl SDK] nacl_io: Add chmod/fchmod (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.h
diff --git a/native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.h b/native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.h
index 77a327a31f02a30aa1e4c386c678882093492951..100b3eca7189f0052e76a000d613696b88ff8422 100644
--- a/native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.h
+++ b/native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.h
@@ -27,6 +27,7 @@ class MemFsNode : public Node {
size_t count,
int* out_bytes);
virtual Error FTruncate(off_t size);
+ virtual Error Fchmod(mode_t mode);
private:
Error Resize(off_t size);

Powered by Google App Engine
This is Rietveld 408576698