Lines Matching full:bytesread
92 int bytesRead = 0;
100 bytesRead += amt;
113 ALOGW("read_snapshot_file FileState truncated/error with read at %d bytes\n", bytesRead);
116 bytesRead += amt;
127 bytesRead += amt;
132 ALOGW("read_snapshot_file filename truncated/error with read at %d bytes\n", bytesRead);
137 if (header.totalSize != bytesRead) {
138 ALOGW("read_snapshot_file length mismatch: header.totalSize=%d bytesRead=%d\n",
139 header.totalSize, bytesRead);