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

Side by Side Diff: native_client_sdk/doc_generated/devguide/coding/file-io.html

Issue 2875303003: Add migration to WebAssembly information to PNaCl / NaCl docs. (Closed)
Patch Set: fix Created 3 years, 6 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 unified diff | Download patch
OLDNEW
1 {{+bindTo:partials.standard_nacl_article}} 1 {{+bindTo:partials.standard_nacl_article}}
2 2
3 <section id="file-i-o"> 3 <b><font color="#cc0000">
4 <span id="devguide-coding-fileio"></span><h1 id="file-i-o"><span id="devguide-co ding-fileio"></span>File I/O</h1> 4 NOTE:
5 Deprecation of the technologies described here has been announced
6 for platforms other than ChromeOS.<br/>
7 Please visit our
8 <a href="/native-client/migration">migration guide</a>
9 for details.
10 </font></b>
11 <hr/><section id="file-i-o">
12 <h1 id="file-i-o">File I/O</h1>
5 <div class="contents local" id="contents" style="display: none"> 13 <div class="contents local" id="contents" style="display: none">
6 <ul class="small-gap"> 14 <ul class="small-gap">
7 <li><a class="reference internal" href="#introduction" id="id2">Introduction</a> </li> 15 <li><a class="reference internal" href="#introduction" id="id2">Introduction</a> </li>
8 <li><a class="reference internal" href="#reference-information" id="id3">Referen ce information</a></li> 16 <li><a class="reference internal" href="#reference-information" id="id3">Referen ce information</a></li>
9 <li><p class="first"><a class="reference internal" href="#local-file-i-o" id="id 4">Local file I/O</a></p> 17 <li><p class="first"><a class="reference internal" href="#local-file-i-o" id="id 4">Local file I/O</a></p>
10 <ul class="small-gap"> 18 <ul class="small-gap">
11 <li><a class="reference internal" href="#enabling-local-file-i-o" id="id5">Enabl ing local file I/O</a></li> 19 <li><a class="reference internal" href="#enabling-local-file-i-o" id="id5">Enabl ing local file I/O</a></li>
12 <li><a class="reference internal" href="#testing-local-file-i-o" id="id6">Testin g local file I/O</a></li> 20 <li><a class="reference internal" href="#testing-local-file-i-o" id="id6">Testin g local file I/O</a></li>
13 </ul> 21 </ul>
14 </li> 22 </li>
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 PP_MAKEDIRECTORYFLAG_NONE, pp::BlockUntilComplete()); 476 PP_MAKEDIRECTORYFLAG_NONE, pp::BlockUntilComplete());
469 if (result != PP_OK) { 477 if (result != PP_OK) {
470 ShowErrorMessage(&quot;Make directory failed&quot;, result); 478 ShowErrorMessage(&quot;Make directory failed&quot;, result);
471 return; 479 return;
472 } 480 }
473 ShowStatusMessage(&quot;Make directory success&quot;); 481 ShowStatusMessage(&quot;Make directory success&quot;);
474 </pre> 482 </pre>
475 </section> 483 </section>
476 484
477 {{/partials.standard_nacl_article}} 485 {{/partials.standard_nacl_article}}
OLDNEW
« no previous file with comments | « native_client_sdk/doc_generated/devguide/coding/audio.html ('k') | native_client_sdk/doc_generated/devguide/coding/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698