HomeSort by relevance Sort by last modified time
    Searched refs:wrote (Results 1 - 18 of 18) sorted by null

  /bootable/recovery/mtdutils/
flash_image.c 100 int wrote = mtd_write_data(out, buf, headerlen); local
101 if (wrote != headerlen) die("error writing %s", argv[1]);
105 wrote = mtd_write_data(out, buf, len);
106 if (wrote != len) die("error writing %s", argv[1]);
117 wrote = mtd_write_data(out, header, headerlen);
118 if (wrote != headerlen) die("error re-writing %s", argv[1]);
mtdutils.c 458 fprintf(stderr, "mtd: wrote block after %d retries\n", retry);
460 fprintf(stderr, "mtd: successfully wrote block at %lx\n", pos);
478 size_t wrote = 0; local
479 while (wrote < len) {
481 if (ctx->stored > 0 || len - wrote < ctx->partition->erase_size) {
483 size_t copy = len - wrote < avail ? len - wrote : avail;
484 memcpy(ctx->buffer + ctx->stored, data + wrote, copy);
486 wrote += copy;
496 while (ctx->stored == 0 && len - wrote >= ctx->partition->erase_size)
    [all...]
  /external/chromium/chrome/browser/sessions/
session_backend.cc 315 int wrote; local
322 wrote = file->Write(reinterpret_cast<const char*>(&total_size),
324 if (wrote != sizeof(total_size)) {
329 wrote = file->Write(reinterpret_cast<char*>(&command_id),
331 if (wrote != sizeof(command_id)) {
336 wrote = file->Write(reinterpret_cast<char*>((*i)->contents()),
338 if (wrote != content_size) {
377 int wrote = file->Write(reinterpret_cast<char*>(&header), local
379 if (wrote != sizeof(header))
  /external/skia/src/utils/win/
SkIStream.cpp 242 bool wrote = this->fSkWStream->write(pv, cb); local
243 if (wrote) {
  /external/webkit/LayoutTests/fast/url/resources/
utilities.js 16 // so the tests ran correctly in Firefox at the time we originally wrote them.
  /external/libppp/src/
chat.c 496 int wrote; local
520 wrote = physical_Write(c->physical, c->argptr, c->arglen);
521 result = wrote > 0 ? 1 : 0;
522 if (wrote == -1) {
531 } else if (wrote < 2 && physical_IsSync(c->physical)) {
536 c->argptr += wrote;
537 c->arglen -= wrote;
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc 183 size_t wrote = file_stream_.Write(text.c_str(), text.length(), NULL); local
184 bool result = (wrote == text.length());
  /bootable/recovery/applypatch/
applypatch.c 405 printf("only wrote %d of %d bytes to MTD %s\n",
633 ssize_t wrote; local
635 wrote = write(fd, data+done, len-done);
636 if (wrote <= 0) {
640 done += wrote;
    [all...]
  /bootable/recovery/updater/
install.c 785 int wrote = mtd_write_data(ctx, buffer, read); local
786 success = success && (wrote == read);
792 ssize_t wrote = mtd_write_data(ctx, contents->data, contents->size); local
793 success = (wrote == contents->size);
808 success ? "wrote" : "failed to write", partition);
    [all...]
  /external/jmonkeyengine/engine/src/bullet-native/android/
Android.mk 11 # 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required.
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 25 ; claim that you wrote the original software. If you use this software
  /external/zlib/src/contrib/masmx86/
match686.asm 177 ;; claim that you wrote the original software. If you use this software
  /external/sqlite/dist/orig/
sqlite3.c 23042 ULONG wrote; local
28141 int wrote = 0; local
    [all...]
  /external/sqlite/dist/
sqlite3.c 23042 ULONG wrote; local
28159 int wrote = 0; local
    [all...]
  /external/dropbear/libtommath/
bn.tex 255 Source code alone cannot really teach how the algorithms work which is why I also wrote a textbook that accompanies
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 2073 milliseconds