Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager.cpp1812 : mPath(path), mZipFile(NULL), mModWhen(modWhen), in SharedZip()
1816 mZipFile = new ZipFileRO; in SharedZip()
1818 if (mZipFile->open(mPath.string()) != NO_ERROR) { in SharedZip()
1820 delete mZipFile; in SharedZip()
1821 mZipFile = NULL; in SharedZip()
1841 return mZipFile; in getZip()
1900 if (mZipFile != NULL) { in ~SharedZip()
1901 delete mZipFile; in ~SharedZip()
1924 size_t N = mZipFile.size(); in ~ZipSet()
1934 mZipFile.editItemAt(idx) = NULL; in closeZip()
[all …]
/frameworks/base/include/androidfw/
DAssetManager.h299 ZipFileRO* mZipFile; variable
343 mutable Vector<sp<SharedZip> > mZipFile; variable