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

/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp104 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen, argument
113 if (pUncompLen != NULL) {
114 *pUncompLen = ze.uncompressed_length;

Completed in 30 milliseconds