Home
last modified time | relevance | path

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

/lvgl-2.7.6/src/lv_misc/
Dlv_fs.c91 if(path == NULL) return LV_FS_RES_INV_PARAM; in lv_fs_open()
141 return LV_FS_RES_INV_PARAM; in lv_fs_close()
165 if(path == NULL) return LV_FS_RES_INV_PARAM; in lv_fs_remove()
194 if(file_p->drv == NULL) return LV_FS_RES_INV_PARAM; in lv_fs_read()
217 return LV_FS_RES_INV_PARAM; in lv_fs_write()
240 return LV_FS_RES_INV_PARAM; in lv_fs_seek()
262 return LV_FS_RES_INV_PARAM; in lv_fs_tell()
284 return LV_FS_RES_INV_PARAM; in lv_fs_trunc()
304 return LV_FS_RES_INV_PARAM; in lv_fs_size()
309 if(size == NULL) return LV_FS_RES_INV_PARAM; in lv_fs_size()
[all …]
Dlv_fs.h49 LV_FS_RES_INV_PARAM, /*Invalid parameter among arguments*/ enumerator