Home | History | Annotate | Download | only in applypatch

Lines Matching refs:bytes

70         printf("short read of \"%s\" (%ld bytes of %ld)\n",
105 // "EMMC:<partition_device>:..."). The smallest size_n bytes for
210 file->size = 0; // # bytes read so far
213 // Read enough additional bytes to get us up to the next size
229 printf("short read (%d bytes of %d) for partition \"%s\"\n",
316 printf("short write of \"%s\" (%ld bytes of %ld) (%s)\n",
384 printf("only wrote %d of %d bytes to MTD %s\n",
522 printf("error writing %d bytes: %s\n", (int)(len-done), strerror(errno));
546 // Return the amount of free space (in bytes) on the filesystem
557 int CacheSizeCheck(size_t bytes) {
558 if (MakeFreeSpaceOnCache(bytes) < 0) {
559 printf("unable to make %ld bytes available on /cache\n", (long)bytes);
721 printf("target %ld bytes; free space %ld bytes; retry %d; enough %d\n",
757 printf("(now %ld bytes free for target)\n", (long)free_space);
784 printf("failed to alloc %ld bytes for output\n",