Searched defs:whence (Results 1 – 8 of 8) sorted by relevance
/Zephyr-Core-3.6.0/modules/lvgl/ |
D | lvgl_fs.c | 136 lv_fs_whence_t whence) in lvgl_fs_seek()
|
/Zephyr-Core-3.6.0/tests/subsys/fs/fs_api/src/ |
D | test_fs.c | 133 static int temp_seek(struct fs_file_t *zfp, off_t offset, int whence) in temp_seek()
|
/Zephyr-Core-3.6.0/lib/posix/options/ |
D | fs.c | 149 int whence; in fs_ioctl_vmeth() local
|
/Zephyr-Core-3.6.0/lib/os/ |
D | fdtable.c | 366 off_t lseek(int fd, off_t offset, int whence) in lseek()
|
/Zephyr-Core-3.6.0/subsys/fs/ |
D | fat_fs.c | 215 static int fatfs_seek(struct fs_file_t *zfp, off_t offset, int whence) in fatfs_seek()
|
D | fs.c | 240 int fs_seek(struct fs_file_t *zfp, off_t offset, int whence) in fs_seek()
|
D | littlefs_fs.c | 398 static int littlefs_seek(struct fs_file_t *fp, off_t off, int whence) in littlefs_seek()
|
/Zephyr-Core-3.6.0/subsys/fs/ext2/ |
D | ext2_ops.c | 174 static int ext2_lseek(struct fs_file_t *filp, off_t off, int whence) in ext2_lseek()
|