Home | History | Annotate | Download | only in aapt

Lines Matching refs:mCentralDirSize

283      * So far so good.  "mCentralDirSize" is the size in bytes of the
504 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush()
621 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush()
921 mEOCD.mCentralDirSize = eocdPosn - mEOCD.mCentralDirOffset;
1035 mEOCD.mCentralDirSize = 0; // mark invalid; set by flush()
1237 mCentralDirSize = ZipEntry::getLongLE(&buf[0x0c]);
1268 ZipEntry::putLongLE(&buf[0x0c], mCentralDirSize);
1292 mCentralDirSize, mCentralDirOffset, mCommentLen);