Searched refs:seek (Results 1 - 25 of 31) sorted by relevance

12

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dstdout.c11 .seek = __stdio_seek,
H A Dstdin.c10 .seek = __stdio_seek,
H A Dstderr.c11 .seek = __stdio_seek,
H A D__stdio_exit.c10 f->seek(f, f->rpos - f->rend, SEEK_CUR);
H A D__fopen_rb_ca.c17 f->seek = __stdio_seek;
H A Dfreopen.c39 f->seek = f2->seek;
H A Dfflush.c13 f->seek(f, f->rpos - f->rend, SEEK_CUR);
H A Dfseek.c18 /* Perform the underlying seek. */
19 if (f->seek(f, off, whence) < 0)
22 /* If seek succeeded, file is seekable and we discard read buffer. */
H A Dftell.c6 off_t pos = f->seek(f, 0, (f->flags & F_APP) && f->wpos > f->wbase ? SEEK_END : SEEK_CUR);
H A D__fdopen.c58 f->seek = __stdio_seek;
H A Dopen_wmemstream.c88 f->seek = wms_seek;
H A Dopen_memstream.c85 f->seek = ms_seek;
H A Dfmemopen.c116 f->seek = mseek;
/fuchsia/zircon/system/ulib/fdio/
H A Doutput.c37 .seek = fdio_default_seek,
H A Dlogger.c86 .seek = fdio_default_seek,
H A Dwaitable.c73 .seek = fdio_default_seek,
H A Dservice.c33 .seek = fdio_default_seek,
H A Dnull.c155 .seek = fdio_default_seek,
H A Dvmofile.c158 .seek = vmofile_seek,
H A Dpipe.c232 .seek = fdio_default_seek,
/fuchsia/zircon/system/ulib/zxio/include/lib/zxio/
H A Dops.h62 zx_status_t (*seek)(void* ctx, size_t offset, zxio_seek_origin_t start, member in struct:zxio_ops
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dstdio_impl.h32 off_t (*seek)(FILE*, off_t, int); member in struct:_IO_FILE
/fuchsia/zircon/third_party/tools/android/avb/
H A Davbtool469 signing_file.seek(0)
627 For reading, this interface mimics a file object - it has seek(),
673 self._image.seek(0, os.SEEK_END)
676 self._image.seek(0, os.SEEK_SET)
724 self._image.seek(data_sz, os.SEEK_CUR)
786 self._image.seek(self.NUM_CHUNKS_AND_BLOCKS_OFFSET, os.SEEK_SET)
802 self._image.seek(0, os.SEEK_END)
814 self._image.seek(self._sparse_end, os.SEEK_SET)
833 self._image.seek(0, os.SEEK_END)
842 self._image.seek(sel
884 def seek(self, offset): member in class:ImageHandler
[all...]
/fuchsia/zircon/system/ulib/zxio/
H A Dzxio.cpp102 return io->ops->seek(zxio_ctx_get(io), offset, start, out_offset);
/fuchsia/zircon/third_party/tools/android/
H A Dmkbootimg37 f.seek(0)

Completed in 201 milliseconds

12