HomeSort by relevance Sort by last modified time
    Searched defs:nwrote (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/jsfs/
js_fs_node.cc 277 uint32_t nwrote; local
279 ScanVar(response.pp_var(), "%d%u", "error", &error, "nwrote", &nwrote);
285 ERROR("Expected \"error\" and \"nwrote\" fields in response.");
289 *out_bytes = nwrote;
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
kernel_wrap_test.cc 152 size_t nwrote; local
153 int rtn = _real_write(fd, buf, count, &nwrote);
158 return nwrote;
  /external/qemu/distrib/sdl-1.2.15/src/file/
SDL_rwops.c 344 size_t nwrote; local
346 nwrote = fwrite(ptr, size, num, context->hidden.stdio.fp);
347 if ( nwrote == 0 && ferror(context->hidden.stdio.fp) ) {
350 return(nwrote);

Completed in 232 milliseconds