Home
last modified time | relevance | path

Searched refs:LV_FS_SEEK_END (Results 1 – 6 of 6) sorted by relevance

/lvgl-3.7.0/src/misc/
Dlv_fs.h66 LV_FS_SEEK_END = 0x02, /**< Set the position from the end of the file*/ enumerator
Dlv_fs.c278 case LV_FS_SEEK_END: { in lv_fs_seek()
/lvgl-3.7.0/src/extra/libs/fsdrv/
Dlv_fs_fatfs.c195 case LV_FS_SEEK_END: in fs_seek()
Dlv_fs_littlefs.c227 : whence == LV_FS_SEEK_END ? LFS_SEEK_END : 0; in fs_seek()
Dlv_fs_win32.c302 else if(whence == LV_FS_SEEK_END) { in fs_seek()
/lvgl-3.7.0/src/extra/libs/png/
Dlodepng.c348 if(lv_fs_seek(&f, 0, LV_FS_SEEK_END) != 0) { in lodepng_filesize()