Home
last modified time | relevance | path

Searched refs:pZipFile (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tools/aapt/
DZipEntry.h174 status_t initFromExternal(const ZipFile* pZipFile, const ZipEntry* pEntry);
DZipEntry.cpp144 status_t ZipEntry::initFromExternal(const ZipFile* pZipFile, in initFromExternal() argument
/frameworks/base/include/androidfw/
DAssetManager.h243 Asset* openAssetFromZipLocked(const ZipFileRO* pZipFile,
/frameworks/base/libs/androidfw/
DAssetManager.cpp1061 Asset* AssetManager::openAssetFromZipLocked(const ZipFileRO* pZipFile, in openAssetFromZipLocked() argument
1074 if (!pZipFile->getEntryInfo(entry, &method, &uncompressedLen, NULL, NULL, in openAssetFromZipLocked()
1081 FileMap* dataMap = pZipFile->createEntryFileMap(entry); in openAssetFromZipLocked()