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

/frameworks/base/libs/utils/
H A DZipFileRO.cpp357 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, int* pMethod, long* pUncompLen, function in class:ZipFileRO
463 if (!getEntryInfo(entry, NULL, NULL, &compLen, &offset, NULL, NULL))
494 getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL);
545 getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL);

Completed in 310 milliseconds