Searched defs:curPosn (Results 1 - 2 of 2) sorted by path

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

Completed in 107 milliseconds