Home
last modified time | relevance | path

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

/lvgl-3.7.0/src/misc/
Dlv_fs.c61 return LV_FS_RES_INV_PARAM; in lv_fs_open()
108 return LV_FS_RES_INV_PARAM; in lv_fs_close()
208 if(file_p->drv == NULL) return LV_FS_RES_INV_PARAM; in lv_fs_read()
231 return LV_FS_RES_INV_PARAM; in lv_fs_write()
248 return LV_FS_RES_INV_PARAM; in lv_fs_seek()
304 return LV_FS_RES_INV_PARAM; in lv_fs_tell()
326 if(path == NULL) return LV_FS_RES_INV_PARAM; in lv_fs_dir_open()
362 return LV_FS_RES_INV_PARAM; in lv_fs_dir_read()
378 return LV_FS_RES_INV_PARAM; in lv_fs_dir_close()
Dlv_fs.h46 LV_FS_RES_INV_PARAM, /*Invalid parameter among arguments*/ enumerator
/lvgl-3.7.0/src/extra/libs/fsdrv/
Dlv_fs_win32.c187 res = LV_FS_RES_INV_PARAM; in fs_error_from_win32()
326 return LV_FS_RES_INV_PARAM; in fs_tell()
340 return LV_FS_RES_INV_PARAM; in fs_tell()