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.
35 * ZipEntry objects represent a single entry in a Zip archive.
40 * the likelihood of using ZipEntry objects after discarding the ZipFile.)
46 class ZipEntry { class in namespace:android
50 ZipEntry(void) function in class:android::ZipEntry
53 ~ZipEntry(void) {}
171 * Initialize the structure with the contents of a ZipEntry from
174 status_t initFromExternal(const ZipFile* pZipFile, const ZipEntry* pEntry);
206 ZipEntry(const ZipEntry
[all...]

Completed in 28 milliseconds