Home | History | Annotate | Download | only in utils

Lines Matching refs:newPosn

504     off64_t newPosn;
508 newPosn = handleSeek(offset, whence, mOffset, mLength);
509 if (newPosn == (off64_t) -1)
510 return newPosn;
512 actualOffset = mStart + newPosn;
804 off64_t newPosn;
807 newPosn = handleSeek(offset, whence, mOffset, mUncompressedLen);
808 if (newPosn == (off64_t) -1)
809 return newPosn;
812 mZipInflater->seekAbsolute(newPosn);
814 mOffset = newPosn;