Home
last modified time | relevance | path

Searched refs:_ZipEntryRO (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DZipFileRO.cpp39 class _ZipEntryRO { class
45 _ZipEntryRO() : cookie(NULL) {} in _ZipEntryRO() function in _ZipEntryRO
47 ~_ZipEntryRO() { in ~_ZipEntryRO()
52 _ZipEntryRO(const _ZipEntryRO& other);
53 _ZipEntryRO& operator=(const _ZipEntryRO& other);
97 _ZipEntryRO* data = new _ZipEntryRO; in findEntryByName()
120 const _ZipEntryRO* zipEntry = reinterpret_cast<_ZipEntryRO*>(entry); in getEntryInfo()
151 _ZipEntryRO* ze = new _ZipEntryRO; in startIteration()
167 _ZipEntryRO* ze = reinterpret_cast<_ZipEntryRO*>(cookie); in nextEntry()
182 delete reinterpret_cast<_ZipEntryRO*>(cookie); in endIteration()
[all …]