Home
last modified time | relevance | path

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

/lvgl-3.7.0/examples/porting/
Dlv_port_fs_template.c36 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path);
81 fs_drv.dir_open_cb = fs_dir_open;
217 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path)
/lvgl-3.7.0/src/extra/libs/fsdrv/
Dlv_fs_fatfs.c37 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path);
80 fs_drv.dir_open_cb = fs_dir_open; in lv_fs_fatfs_init()
225 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path) in fs_dir_open() function
Dlv_fs_littlefs.c41 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path);
87 fs_drv.dir_open_cb = fs_dir_open; in lv_fs_littlefs_init()
260 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path) in fs_dir_open() function
Dlv_fs_posix.c43 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path);
84 fs_drv.dir_open_cb = fs_dir_open; in lv_fs_posix_init()
208 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path) in fs_dir_open() function
Dlv_fs_stdio.c46 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path);
87 fs_drv.dir_open_cb = fs_dir_open; in lv_fs_stdio_init()
205 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path) in fs_dir_open() function
Dlv_fs_win32.c41 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path);
82 fs_drv.dir_open_cb = fs_dir_open; in lv_fs_win32_init()
358 static void * fs_dir_open(lv_fs_drv_t * drv, const char * path) in fs_dir_open() function