Home | History | Annotate | Download | only in zipalign

Lines Matching defs:ZipEntry

20 // The ZipEntry class is tightly meshed with the ZipFile class.
37 * ZipEntry objects represent a single entry in a Zip archive.
42 * the likelihood of using ZipEntry objects after discarding the ZipFile.)
48 class ZipEntry {
52 ZipEntry(void)
55 ~ZipEntry(void) {}
168 * Initialize the structure with the contents of a ZipEntry from
171 status_t initFromExternal(const ZipEntry* pEntry);
208 ZipEntry(const ZipEntry& src);
209 ZipEntry& operator=(const ZipEntry& src);