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

Unified Diff: native_client_sdk/src/examples/hello_nacl_io/index.html

Issue 12194030: Rename mount (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix whitespace Created 7 years, 10 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/examples/hello_nacl_io/index.html
diff --git a/native_client_sdk/src/examples/hello_nacl_mounts/index.html b/native_client_sdk/src/examples/hello_nacl_io/index.html
similarity index 96%
rename from native_client_sdk/src/examples/hello_nacl_mounts/index.html
rename to native_client_sdk/src/examples/hello_nacl_io/index.html
index 2f9761c1706583a218b40c1e5fd75524febbbfad..f122758a4ea055dcc21befda67f259bc27895b79 100644
--- a/native_client_sdk/src/examples/hello_nacl_mounts/index.html
+++ b/native_client_sdk/src/examples/hello_nacl_io/index.html
@@ -18,10 +18,10 @@ found in the LICENSE file.
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
<p>
This example shows how you can use standard C library file operation
- functions in Native Client using a library called nacl_mounts.
+ functions in Native Client using a library called nacl_io.
</p>
<p>
- nacl_mounts provides a virtual filesystem. The filesystem can be "mounted"
+ nacl_io provides a virtual filesystem. The filesystem can be "mounted"
in a given directory tree. When you perform operations on files in those
directories, the mount determines how those operations should be performed.
</p>
« no previous file with comments | « native_client_sdk/src/examples/hello_nacl_io/hello_nacl_io.c ('k') | native_client_sdk/src/examples/hello_nacl_io/queue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698