Searched refs:pUncompLen (Results 1 - 2 of 2) 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;
/frameworks/base/include/androidfw/
H A DZipFileRO.h125 bool getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen,

Completed in 272 milliseconds