Searched defs:mZipFp (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DZipFile.h47 : mZipFp(NULL), mReadOnly(false), mNeedCDRewrite(false)
52 if (mZipFp != NULL)
53 fclose(mZipFp);
249 FILE* mZipFp; // Zip file pointer member in class:android::ZipFile

Completed in 56 milliseconds