Searched defs:maxPosn (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DAsset.cpp315 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) argument
327 newOffset = maxPosn + offset;
336 if (newOffset < 0 || newOffset > maxPosn) {
338 (long) newOffset, (long) maxPosn);

Completed in 5 milliseconds