Home
last modified time | relevance | path

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

/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c46 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