Home | History | Annotate | Download | only in androidfw

Lines Matching refs:ReadEntityData

757     amt = in->ReadEntityData(&metadata, sizeof(metadata));
782 while ((amt = in->ReadEntityData(buf, RESTORE_BUF_SIZE)) > 0) {
1239 nRead = reader.ReadEntityData(buf, bufSize);
1242 fprintf(stderr, "ReadEntityData failed with %s\n", strerror(err));
1247 fprintf(stderr, "ReadEntityData expected '%s' but got something starting with "