OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mZipFile
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/androidfw/
AssetManager.cpp
[
all
...]
/frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp
291
:
mZipFile
(zipFile), mCookie(cookie), mLastSlash(NULL) {
307
while ((next =
mZipFile
->nextEntry(mCookie)) != NULL) {
309
if (
mZipFile
->getEntryFileName(next, fileName, sizeof(fileName))) {
361
mZipFile
->endIteration(mCookie);
366
ZipFileRO* const
mZipFile
;
/frameworks/base/include/androidfw/
AssetManager.h
313
ZipFileRO*
mZipFile
;
362
mutable Vector<sp<SharedZip> >
mZipFile
;
Completed in 2708 milliseconds