HomeSort by relevance Sort by last modified time
    Searched refs:wrote (Results 1 - 11 of 11) 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 %llx\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...]
  /bootable/recovery/applypatch/
applypatch.c 384 printf("only wrote %d of %d bytes to MTD %s\n",
518 ssize_t wrote; local
520 wrote = write(fd, data+done, len-done);
521 if (wrote <= 0) {
525 done += wrote;
  /cts/tools/vm-tests/
Android.mk 76 @echo "wrote generated Main_*.java files to $(PRIVATE_INTERMEDIATES_MAIN_FILES)"
  /bootable/recovery/updater/
install.c 713 int wrote = mtd_write_data(ctx, buffer, read); local
714 success = success && (wrote == read);
731 success ? "wrote" : "failed to write", partition, filename);
  /external/zlib/contrib/masmx64/
gvmat64.asm 25 ; claim that you wrote the original software. If you use this software
  /external/zlib/contrib/masmx86/
match686.asm 177 ;; claim that you wrote the original software. If you use this software
  /external/sqlite/dist/
sqlite3.c 20308 ULONG wrote; local
24372 int wrote = 0; local
28032 DWORD wrote = 0; local
    [all...]
sqlite3.c.orig     [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...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 214 milliseconds