HomeSort by relevance Sort by last modified time
    Searched defs:eocdPosn (Results 1 - 2 of 2) sorted by null

  /build/make/tools/zipalign/
ZipFile.cpp 951 long eocdPosn;
974 eocdPosn = ftell(mZipFp);
975 mEOCD.mCentralDirSize = eocdPosn - mEOCD.mCentralDirOffset;
    [all...]
  /frameworks/base/tools/aapt/
ZipFile.cpp 897 long eocdPosn;
920 eocdPosn = ftell(mZipFp);
921 mEOCD.mCentralDirSize = eocdPosn - mEOCD.mCentralDirOffset;
    [all...]

Completed in 121 milliseconds