Searched refs:LV_FS_RES_INV_PARAM (Results 1 – 2 of 2) sorted by relevance
91 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 …]
49 LV_FS_RES_INV_PARAM, /*Invalid parameter among arguments*/ enumerator