HomeSort by relevance Sort by last modified time
    Searched refs:mNeedCDRewrite (Results 1 - 4 of 4) sorted by null

  /build/make/tools/zipalign/
ZipFile.h 47 : mZipFp(NULL), mReadOnly(false), mNeedCDRewrite(false)
131 * Flush changes. If mNeedCDRewrite is set, this writes the central dir.
251 bool mNeedCDRewrite;
ZipFile.cpp 117 * set mNeedCDRewrite so that we create *something* if the
123 mNeedCDRewrite = true;
402 mNeedCDRewrite = true;
550 mNeedCDRewrite = true;
652 mNeedCDRewrite = true;
938 mNeedCDRewrite = true;
956 if (!mNeedCDRewrite)
991 mNeedCDRewrite = false;
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.h 47 : mZipFp(NULL), mReadOnly(false), mNeedCDRewrite(false)
137 * Flush changes. If mNeedCDRewrite is set, this writes the central dir.
258 bool mNeedCDRewrite;
ZipFile.cpp 114 * set mNeedCDRewrite so that we create *something* if the
120 mNeedCDRewrite = true;
400 mNeedCDRewrite = true;
575 mNeedCDRewrite = true;
884 mNeedCDRewrite = true;
902 if (!mNeedCDRewrite)
937 mNeedCDRewrite = false;
    [all...]

Completed in 185 milliseconds