Home | History | Annotate | Download | only in aapt

Lines Matching defs:read

47     /* read the CDE */
48 result = mCDE.read(fp);
50 ALOGD("mCDE.read failed\n");
64 result = mLFH.read(fp);
66 ALOGD("mLFH.read failed\n");
76 * We *might* need to read the Data Descriptor at this point and
379 * Read a local file header.
384 status_t ZipEntry::LocalFileHeader::read(FILE* fp)
512 * Read the central dir entry that appears next in the file.
518 status_t ZipEntry::CentralDirEntry::read(FILE* fp)
572 /* read "extra field" */