Home
last modified time | relevance | path

Searched refs:whence (Results 1 – 7 of 7) sorted by relevance

/system/utest/core/
A Dmain.c86 off_t lseek(int fd, off_t offset, int whence) { in lseek() argument
/system/ulib/minfs/include/minfs/
A Dhost.h49 off_t emu_lseek(int fd, off_t offset, int whence);
/system/ulib/fdio/
A Dnull.c101 off_t fdio_default_seek(fdio_t* io, off_t offset, int whence) { in fdio_default_seek() argument
A Dprivate.h40 off_t (*seek)(fdio_t* io, off_t offset, int whence);
211 off_t fdio_default_seek(fdio_t* io, off_t offset, int whence);
A Dzxio.c160 static off_t fdio_zxio_seek(fdio_t* io, off_t offset, int whence) { in fdio_zxio_seek() argument
163 zx_status_t status = zxio_seek(z, offset, whence, &result); in fdio_zxio_seek()
A Dunistd.c1357 off_t lseek(int fd, off_t offset, int whence) { in lseek() argument
1362 off_t r = io->ops->seek(io, offset, whence); in lseek()
/system/ulib/minfs/
A Dhost.cpp323 off_t emu_lseek(int fd, off_t offset, int whence) { in emu_lseek() argument
333 switch (whence) { in emu_lseek()

Completed in 17 milliseconds