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.cpp315 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) argument
324 newOffset = curPosn + offset;
/frameworks/base/include/androidfw/
H A DAsset.h125 off64_t handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn);

Completed in 219 milliseconds