Searched refs:lv_fs_dir_open (Results 1 – 5 of 5) sorted by relevance
203 lv_fs_res_t lv_fs_dir_open(lv_fs_dir_t * rddir_p, const char * path);
304 lv_fs_res_t lv_fs_dir_open(lv_fs_dir_t * rddir_p, const char * path) in lv_fs_dir_open() function
530 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()
338 lv_fs_res_t fs_res = lv_fs_dir_open(&dir, slides_path); in lv_demo_high_res_base_obj_create()
259 res = lv_fs_dir_open(&dir, "S:/folder");