Home | History | Annotate | Download | only in androidfw

Lines Matching refs:ReadEntityData

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