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

/frameworks/native/libs/utils/
H A DZipFileRO.cpp494 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen, function in class:ZipFileRO
673 if (!getEntryInfo(entry, NULL, NULL, &compLen, &offset, NULL, NULL))
704 getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL);
764 getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL);

Completed in 26 milliseconds