Lines Matching refs:res
115 lv_fs_res_t res; in fs_error_from_win32() local
119 res = LV_FS_RES_OK; in fs_error_from_win32()
130 res = LV_FS_RES_HW_ERR; in fs_error_from_win32()
134 res = LV_FS_RES_FS_ERR; in fs_error_from_win32()
145 res = LV_FS_RES_NOT_EX; in fs_error_from_win32()
148 res = LV_FS_RES_FULL; in fs_error_from_win32()
153 res = LV_FS_RES_LOCKED; in fs_error_from_win32()
164 res = LV_FS_RES_DENIED; in fs_error_from_win32()
167 res = LV_FS_RES_BUSY; in fs_error_from_win32()
170 res = LV_FS_RES_TOUT; in fs_error_from_win32()
174 res = LV_FS_RES_NOT_IMP; in fs_error_from_win32()
183 res = LV_FS_RES_OUT_OF_MEM; in fs_error_from_win32()
192 res = LV_FS_RES_INV_PARAM; in fs_error_from_win32()
195 res = LV_FS_RES_UNKNOWN; in fs_error_from_win32()
199 return res; in fs_error_from_win32()
459 lv_fs_res_t res = FindClose(handle->dir_p) in fs_dir_close() local
463 return res; in fs_dir_close()