Lines Matching defs:read
48 /* read the CDE */
49 result = mCDE.read(fp);
51 ALOGD("mCDE.read failed\n");
65 result = mLFH.read(fp);
67 ALOGD("mLFH.read failed\n");
77 * We *might* need to read the Data Descriptor at this point and
397 * Read a local file header.
402 status_t ZipEntry::LocalFileHeader::read(FILE* fp)
530 * Read the central dir entry that appears next in the file.
536 status_t ZipEntry::CentralDirEntry::read(FILE* fp)
590 /* read "extra field" */