Home | History | Annotate | Download | only in atrace

Lines Matching defs:bytes

883                 fprintf(stderr, "read returned %zd bytes err %d (%s)\n",
966 size_t bytes = bufSize - zs.avail_out;
967 result = write(outFd, out.get(), bytes);
968 if ((size_t)result < bytes) {