Searched refs:mNeedCDRewrite (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DZipFile.h47 : mZipFp(NULL), mReadOnly(false), mNeedCDRewrite(false)
137 * Flush changes. If mNeedCDRewrite is set, this writes the central dir.
258 bool mNeedCDRewrite; member in class:android::ZipFile
H A DZipFile.cpp114 * set mNeedCDRewrite so that we create *something* if the
120 mNeedCDRewrite = true;
400 mNeedCDRewrite = true;
576 mNeedCDRewrite = true;
887 mNeedCDRewrite = true;
905 if (!mNeedCDRewrite)
940 mNeedCDRewrite = false;

Completed in 78 milliseconds