Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DZipUtils.cpp315 long curPosn = ftell(fp); in examineGzip() local
318 *pCompressedLen = ftell(fp) - curPosn; in examineGzip()
323 fseek(fp, curPosn, SEEK_SET); in examineGzip()
DAsset.cpp321 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) in handleSeek() argument
330 newOffset = curPosn + offset; in handleSeek()
/frameworks/base/include/androidfw/
DAsset.h125 off64_t handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn);