Searched defs:read (Results 1 - 1 of 1) sorted by relevance

/build/tools/zipalign/
H A DZipEntry.cpp48 /* 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
402 status_t ZipEntry::LocalFileHeader::read(FILE* fp) function in class:ZipEntry::LocalFileHeader
536 status_t ZipEntry::CentralDirEntry::read(FILE* fp) function in class:ZipEntry::CentralDirEntry
590 /* read "extra field" */

Completed in 55 milliseconds