Searched refs:mZipFile (Results 1 – 3 of 3) sorted by relevance
1364 : mPath(path), mZipFile(NULL), mModWhen(modWhen), in SharedZip()1371 mZipFile = ZipFileRO::open(mPath.string()); in SharedZip()1372 if (mZipFile == NULL) { in SharedZip()1397 return mZipFile; in getZip()1473 if (mZipFile != NULL) { in ~SharedZip()1474 delete mZipFile; in ~SharedZip()1490 size_t N = mZipFile.size(); in ~ZipSet()1500 mZipFile.editItemAt(idx) = NULL; in closeZip()1510 sp<SharedZip> zip = mZipFile[idx]; in getZip()1513 mZipFile.editItemAt(idx) = zip; in getZip()[all …]
314 : mZipFile(zipFile), mDebuggable(debuggable), mCookie(cookie), mLastSlash(NULL) { in NativeLibrariesIterator()331 while ((next = mZipFile->nextEntry(mCookie)) != NULL) { in next()333 if (mZipFile->getEntryFileName(next, fileName, sizeof(fileName))) { in next()381 mZipFile->endIteration(mCookie); in ~NativeLibrariesIterator()386 ZipFileRO* const mZipFile; member in android::NativeLibrariesIterator
263 ZipFileRO* mZipFile; variable312 mutable Vector<sp<SharedZip> > mZipFile; variable