HomeSort by relevance Sort by last modified time
    Searched refs:curPosn (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/androidfw/
ZipUtils.cpp 315 long curPosn = ftell(fp);
318 *pCompressedLen = ftell(fp) - curPosn;
323 fseek(fp, curPosn, SEEK_SET);
Asset.cpp 315 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn)
324 newOffset = curPosn + offset;
  /frameworks/base/include/androidfw/
Asset.h 125 off64_t handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn);

Completed in 476 milliseconds