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

/frameworks/base/tools/aapt/
H A DZipEntry.h20 // The ZipEntry class is tightly meshed with the ZipFile class.
36 * ZipEntry objects represent a single entry in a Zip archive.
41 * the likelihood of using ZipEntry objects after discarding the ZipFile.)
47 class ZipEntry { class in namespace:android
51 ZipEntry(void) function in class:android::ZipEntry
54 ~ZipEntry(void) {}
172 * Initialize the structure with the contents of a ZipEntry from
175 status_t initFromExternal(const ZipFile* pZipFile, const ZipEntry* pEntry);
207 ZipEntry(const ZipEntry
[all...]

Completed in 2298 milliseconds