Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DZipFileRO.cpp116 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, in getEntryInfo() argument
123 if (pMethod != NULL) { in getEntryInfo()
124 *pMethod = ze.method; in getEntryInfo()
/frameworks/base/libs/androidfw/include/androidfw/
DZipFileRO.h134 bool getEntryInfo(ZipEntryRO entry, uint16_t* pMethod, uint32_t* pUncompLen,