Home | History | Annotate | Download | only in aapt

Lines Matching refs:endPosn

364     long lfhPosn, startPosn, endPosn, uncompressedLen;
493 endPosn = ftell(mZipFp); // seeked to end of compressed data
498 pEntry->setDataInfo(uncompressedLen, endPosn - startPosn, crc,
506 mEOCD.mCentralDirOffset = endPosn;
544 long lfhPosn, endPosn;
614 endPosn = ftell(mZipFp);
623 mEOCD.mCentralDirOffset = endPosn;