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

Unified Diff: native_client_sdk/src/libraries/nacl_io/kernel_object.h

Issue 304013002: [NaCl SDK] Create Filesystem nodes in /dev/fs/... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/kernel_object.h
diff --git a/native_client_sdk/src/libraries/nacl_io/kernel_object.h b/native_client_sdk/src/libraries/nacl_io/kernel_object.h
index ca6be9d4e57e136d13742a609d77372d4c7c5e09..cab977b65d68db9060e35a3b355744afb28473ff 100644
--- a/native_client_sdk/src/libraries/nacl_io/kernel_object.h
+++ b/native_client_sdk/src/libraries/nacl_io/kernel_object.h
@@ -49,7 +49,7 @@ class KernelObject {
Error AttachFsAtPath(const ScopedFilesystem& fs, const std::string& path);
// Unmap the Filesystem object from the specified path and release it.
- Error DetachFsAtPath(const std::string& path);
+ Error DetachFsAtPath(const std::string& path, ScopedFilesystem* out_fs);
// Find the filesystem for the given path, and acquires it and return a
// path relative to the filesystem.
« no previous file with comments | « native_client_sdk/src/libraries/nacl_io/filesystem.cc ('k') | native_client_sdk/src/libraries/nacl_io/kernel_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698