Lines Matching full:error
26 #error "Invalid drive letter"
132 * @return LV_FS_RES_OK: no error, the file is read
133 * any error from lv_fs_res_t enum
156 * @return LV_FS_RES_OK: no error, the file is read
157 * any error from lv_fs_res_t enum
181 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum
203 * @return LV_FS_RES_OK: no error, the file is read
204 * any error from lv_fs_res_t enum
239 * @return LV_FS_RES_OK: no error, the file is read
240 * any error from lv_fs_res_t enum
287 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum
313 * @return LV_FS_RES_OK or any error from lv_fs_res_t enum
339 case EIO: /* I/O error */ in fs_errno_to_res()