Searched refs:whence (Results 1 – 7 of 7) sorted by relevance
| /system/utest/core/ |
| A D | main.c | 86 off_t lseek(int fd, off_t offset, int whence) { in lseek() argument
|
| /system/ulib/minfs/include/minfs/ |
| A D | host.h | 49 off_t emu_lseek(int fd, off_t offset, int whence);
|
| /system/ulib/fdio/ |
| A D | null.c | 101 off_t fdio_default_seek(fdio_t* io, off_t offset, int whence) { in fdio_default_seek() argument
|
| A D | private.h | 40 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 D | zxio.c | 160 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 D | unistd.c | 1357 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 D | host.cpp | 323 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