Searched refs:endPosn (Results 1 – 1 of 1) sorted by relevance
/build/tools/zipalign/ |
D | ZipFile.cpp | 366 long lfhPosn, startPosn, endPosn, uncompressedLen; in addCommon() local 495 endPosn = ftell(mZipFp); // seeked to end of compressed data in addCommon() 500 pEntry->setDataInfo(uncompressedLen, endPosn - startPosn, crc, in addCommon() 508 mEOCD.mCentralDirOffset = endPosn; in addCommon() 546 long lfhPosn, endPosn; in add() local 616 endPosn = ftell(mZipFp); in add() 625 mEOCD.mCentralDirOffset = endPosn; in add() 653 long lfhPosn, startPosn, endPosn, uncompressedLen; in addRecompress() local 720 long endPosn = ftell(mZipFp); in addRecompress() local 721 pEntry->setDataInfo(uncompressedLen, endPosn - startPosn, in addRecompress() [all …]
|