Searched refs:show_dir (Results 1 – 1 of 1) sorted by relevance
46 static void show_dir(lv_obj_t * obj, const char * path);238 show_dir(obj, dir); in lv_file_explorer_open_dir()463 show_dir(obj, *path); in quick_access_event_handler()532 show_dir(obj, (char *)file_name); in browser_file_event_handler()549 static void show_dir(lv_obj_t * obj, const char * path) in show_dir() function