Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_fs.h203 lv_fs_res_t lv_fs_dir_open(lv_fs_dir_t * rddir_p, const char * path);
Dlv_fs.c304 lv_fs_res_t lv_fs_dir_open(lv_fs_dir_t * rddir_p, const char * path) in lv_fs_dir_open() function
/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c530 if(lv_fs_dir_open(&dir, file_name) == LV_FS_RES_OK) { in browser_file_event_handler()
558 res = lv_fs_dir_open(&dir, path); in show_dir()
/lvgl-latest/demos/high_res/
Dlv_demo_high_res_util.c338 lv_fs_res_t fs_res = lv_fs_dir_open(&dir, slides_path); in lv_demo_high_res_base_obj_create()
/lvgl-latest/docs/details/main-components/
Dfs.rst259 res = lv_fs_dir_open(&dir, "S:/folder");