Home
last modified time | relevance | path

Searched refs:LV_FS_RES_NOT_IMP (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/littlevgl/porting/
A Dlv_port_fs_template.c136 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
170 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
189 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
207 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
224 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
240 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
256 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
271 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
287 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
303 lv_fs_res_t res = LV_FS_RES_NOT_IMP;
[all …]
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_fs.c117 return LV_FS_RES_NOT_IMP; in lv_fs_open()
144 return LV_FS_RES_NOT_IMP; in lv_fs_close()
175 if(drv->remove_cb == NULL) return LV_FS_RES_NOT_IMP; in lv_fs_remove()
221 return LV_FS_RES_NOT_IMP; in lv_fs_write()
244 return LV_FS_RES_NOT_IMP; in lv_fs_seek()
267 return LV_FS_RES_NOT_IMP; in lv_fs_tell()
288 return LV_FS_RES_NOT_IMP; in lv_fs_trunc()
377 return LV_FS_RES_NOT_IMP; in lv_fs_dir_open()
402 return LV_FS_RES_NOT_IMP; in lv_fs_dir_read()
424 res = LV_FS_RES_NOT_IMP; in lv_fs_dir_close()
[all …]
A Dlv_fs.h49 LV_FS_RES_NOT_IMP, /*Requested function is not implemented*/ enumerator

Completed in 10 milliseconds