Home | History | Annotate | Download | only in androidfw

Lines Matching full:mfd

680       mMap(NULL), mFd(-1), mZipInflater(NULL), mBuf(NULL)
701 assert(mFd < 0); // no re-open
716 mFd = fd;
720 mZipInflater = new StreamingZipInflater(mFd, offset, uncompressedLen, compressedLen);
734 assert(mFd < 0); // no re-open
834 if (mFd > 0) {
835 ::close(mFd);
836 mFd = -1;
867 assert(mFd >= 0);
872 if (lseek(mFd, mStart, SEEK_SET) != mStart)
878 if (!ZipUtils::inflateToBuffer(mFd, buf, mUncompressedLen,