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

/frameworks/base/include/androidfw/
H A DZipFileRO.h49 * Trivial typedef to ensure that ZipEntryRO is not treated as a simple
52 typedef void* ZipEntryRO; typedef in namespace:android
86 ZipEntryRO findEntryByName(const char* entryName) const;
100 ZipEntryRO nextEntry(void* cookie);
104 void releaseEntry(ZipEntryRO entry) const;
116 int getEntryFileName(ZipEntryRO entry, char* buffer, size_t bufLen) const;
127 bool getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, uint32_t* pUncompLen,
137 FileMap* createEntryFileMap(ZipEntryRO entry) const;
148 bool uncompressEntry(ZipEntryRO entry, void* buffer, size_t size) const;
153 bool uncompressEntry(ZipEntryRO entr
[all...]

Completed in 567 milliseconds