Home | History | Annotate | Download | only in libdex

Lines Matching refs:ZipEntry

66  * The values we return for ZipEntry use 0 as an invalid value, so we
74 * Convert a ZipEntry to a hash table index, verifying that it's in a
77 static int entryToIndex(const ZipArchive* pArchive, const ZipEntry entry)
83 LOGW("Zip: invalid ZipEntry %p (%ld)", entry, ent);
425 ZipEntry dexZipFindEntry(const ZipArchive* pArchive, const char* entryName)
437 return (ZipEntry)(long)(ent + kZipEntryAdj);
454 ZipEntry findEntryByIndex(ZipArchive* pArchive, int idx)
465 return (ZipEntry) (ent + kZipEntryAdj);
479 int dexZipGetEntryInfo(const ZipArchive* pArchive, ZipEntry entry,
697 const ZipEntry entry, int fd)