Home
last modified time | relevance | path

Searched refs:LV_FS_RES_FS_ERR (Results 1 – 3 of 3) sorted by relevance

/lvgl-3.7.0/src/extra/libs/fsdrv/
Dlv_fs_posix.c179 return offset < 0 ? LV_FS_RES_FS_ERR : LV_FS_RES_OK; in fs_seek()
195 return offset < 0 ? LV_FS_RES_FS_ERR : LV_FS_RES_OK; in fs_tell()
Dlv_fs_win32.c129 res = LV_FS_RES_FS_ERR; in fs_error_from_win32()
/lvgl-3.7.0/src/misc/
Dlv_fs.h37 LV_FS_RES_FS_ERR, /*Error in the file system structure*/ enumerator