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

/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp47 class _ZipEntryRO { class
53 _ZipEntryRO() : cookie(NULL) { function in class:_ZipEntryRO
57 _ZipEntryRO(const _ZipEntryRO& other);
58 _ZipEntryRO& operator=(const _ZipEntryRO& other);
85 _ZipEntryRO* data = new _ZipEntryRO;
107 const _ZipEntryRO* zipEntry = reinterpret_cast<_ZipEntryRO*>(entr
[all...]

Completed in 35 milliseconds