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

/frameworks/base/include/androidfw/
H A DZipFileRO.h48 * Trivial typedef to ensure that ZipEntryRO is not treated as a simple
51 typedef void* ZipEntryRO; typedef in namespace:android
85 ZipEntryRO findEntryByName(const char* entryName) const;
98 ZipEntryRO nextEntry(void* cookie);
102 void releaseEntry(ZipEntryRO entry) const;
114 int getEntryFileName(ZipEntryRO entry, char* buffer, int bufLen) const;
125 bool getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen,
134 FileMap* createEntryFileMap(ZipEntryRO entry) const;
145 bool uncompressEntry(ZipEntryRO entry, void* buffer, size_t size) const;
150 bool uncompressEntry(ZipEntryRO entr
[all...]

Completed in 46 milliseconds