Searched refs:maxPosn (Results 1 – 2 of 2) sorted by relevance
361 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) in handleSeek() argument373 newOffset = maxPosn + offset; in handleSeek()382 if (newOffset < 0 || newOffset > maxPosn) { in handleSeek()384 (long) newOffset, (long) maxPosn); in handleSeek()
141 off64_t handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn);