Home
last modified time | relevance | path

Searched refs:LV_FS_RES_NOT_EX (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/misc/
Dlv_fs.h38 LV_FS_RES_NOT_EX, /*Driver, file or directory is not exists*/ enumerator
Dlv_fs.c89 return LV_FS_RES_NOT_EX; in lv_fs_open()
313 return LV_FS_RES_NOT_EX; in lv_fs_dir_open()
/lvgl-latest/src/libs/fsdrv/
Dlv_fs_posix.c346 return LV_FS_RES_NOT_EX; in fs_errno_to_res()
Dlv_fs_win32.c145 res = LV_FS_RES_NOT_EX; in fs_error_from_win32()
Dlv_fs_uefi.c423 return_code = LV_FS_RES_NOT_EX; in lv_fs_uefi_dir_read_cb()