Home | History | Annotate | Download | only in hal

Lines Matching refs:bytes_read

931     int             bytes_read;
974 bytes_read = fread(buf, 1, kBufSize, file);
975 if (bytes_read < 0) {
976 ALOGE("%s: fread failed, bytes read = %d", __func__, bytes_read);
977 ret = bytes_read;
981 if (XML_ParseBuffer(parser, bytes_read,
982 bytes_read == 0) == XML_STATUS_ERROR) {
989 if (bytes_read == 0)