Searched refs:curPosn (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/androidfw/
H A DZipUtils.cpp315 long curPosn = ftell(fp); local
318 *pCompressedLen = ftell(fp) - curPosn;
323 fseek(fp, curPosn, SEEK_SET);
H A DAsset.cpp359 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) argument
368 newOffset = curPosn + offset;
/frameworks/base/libs/androidfw/include/androidfw/
H A DAsset.h141 off64_t handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn);

Completed in 1090 milliseconds