Home
last modified time | relevance | path

Searched refs:fs_dir_open (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/examples/porting/
Dlv_port_fs_template.c36 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path);
80 fs_drv.dir_open_cb = fs_dir_open;
216 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path)
/lvgl-latest/src/libs/fsdrv/
Dlv_fs_fatfs.c42 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path);
84 fs_drv_p->dir_open_cb = fs_dir_open; in lv_fs_fatfs_init()
232 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path) in fs_dir_open() function
Dlv_fs_littlefs.c28 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path);
54 fs_drv->dir_open_cb = fs_dir_open; in lv_fs_littlefs_init()
201 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path) in fs_dir_open() function
Dlv_fs_posix.c48 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path);
89 fs_drv_p->dir_open_cb = fs_dir_open; in lv_fs_posix_init()
263 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path) in fs_dir_open() function
Dlv_fs_stdio.c50 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path);
90 fs_drv_p->dir_open_cb = fs_dir_open; in lv_fs_stdio_init()
223 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path) in fs_dir_open() function
Dlv_fs_win32.c46 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path);
87 fs_drv_p->dir_open_cb = fs_dir_open; in lv_fs_win32_init()
363 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path) in fs_dir_open() function