Home | History | Annotate | Download | only in aapt

Lines Matching refs:FILE

5  * you may not use this file except in compliance with the License.
33 * Initialize a new ZipEntry structure from a FILE* positioned at a
36 * On exit, the file pointer will be at the start of the next CDE or
39 status_t ZipEntry::initFromCDE(FILE* fp)
108 * Initialize a new entry. Pass in the file name and an optional comment.
257 * Set some information about a file after we add it.
397 * Read a local file header.
402 status_t ZipEntry::LocalFileHeader::read(FILE* fp)
467 * Write a local file header.
469 status_t ZipEntry::LocalFileHeader::write(FILE* fp)
530 * Read the central dir entry that appears next in the file.
536 status_t ZipEntry::CentralDirEntry::read(FILE* fp)
627 status_t ZipEntry::CentralDirEntry::write(FILE* fp)