HomeSort by relevance Sort by last modified time
    Searched refs:getEntryInfo (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/utils/
ZipFileCRO.cpp 46 return zip->getEntryInfo(entry, pMethod, pUncompLen, pCompLen, pOffset,
ZipFileRO.cpp 475 bool ZipFileRO::getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen,
654 if (!getEntryInfo(entry, NULL, NULL, &compLen, &offset, NULL, NULL))
685 getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL);
745 getEntryInfo(entry, &method, &uncompLen, &compLen, &offset, NULL, NULL);
AssetManager.cpp 837 //pZipFile->getEntryInfo(entry, &method, &uncompressedLen, &compressedLen,
839 if (!pZipFile->getEntryInfo(entry, &method, &uncompressedLen, NULL, NULL,
842 LOGW("getEntryInfo failed\n");
    [all...]
  /frameworks/base/include/utils/
ZipFileRO.h 130 bool getEntryInfo(ZipEntryRO entry, int* pMethod, size_t* pUncompLen,
145 * Use "uncompLen" from getEntryInfo() to determine the required
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 401 if (zip.getEntryInfo(entry, &method, 0, 0, 0, 0, 0)) {

Completed in 303 milliseconds