Lines Matching full:seek
291 * Do generic seek() housekeeping. Pass in the offset/whence values from
292 * the seek request, along with the current chunk offset and the chunk
295 * Returns the new chunk offset, or -1 if the seek is illegal.
319 LOGW("seek out of range: want %ld, end=%ld\n",
363 * Seek to end to get file length.
388 /* seek the FILE* to the start of chunk */
482 * Seek to a new position.
484 off_t _FileAsset::seek(off_t offset, int whence)
768 * Handle a seek request.
774 off_t _CompressedAsset::seek(off_t offset, int whence)
843 * Seek to the start of the compressed data.