Searched refs:ze (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp108 const ZipEntry& ze = zipEntry->entry; local
111 *pMethod = ze.method;
114 *pUncompLen = ze.uncompressed_length;
117 *pCompLen = ze.compressed_length;
120 *pOffset = ze.offset;
123 *pModWhen = ze.mod_time;
126 *pCrc32 = ze.crc32;
134 _ZipEntryRO* ze = new _ZipEntryRO; local
135 int32_t error = StartIteration(mHandle, &(ze->cookie), NULL /* prefix */);
138 delete ze;
148 _ZipEntryRO* ze = reinterpret_cast<_ZipEntryRO*>(cookie); local
196 const ZipEntry& ze = zipEntry->entry; local
[all...]

Completed in 76 milliseconds