Home
last modified time | relevance | path

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

/lvgl-latest/examples/others/file_explorer/
Dlv_example_file_explorer_1.c15 const char * cur_path = lv_file_explorer_get_current_path(obj); in file_explorer_event_handler() local
17 LV_LOG_USER("%s%s", cur_path, sel_fn); in file_explorer_event_handler()
Dlv_example_file_explorer_2.c15 const char * cur_path = lv_file_explorer_get_current_path(obj); in file_explorer_event_handler() local
18 LV_LOG_USER("%s%s", cur_path, sel_fn); in file_explorer_event_handler()
Dlv_example_file_explorer_3.c51 const char * cur_path = lv_file_explorer_get_current_path(obj); in file_explorer_event_handler() local
54 LV_LOG_USER("%s%s", cur_path, sel_fn); in file_explorer_event_handler()
/lvgl-latest/docs/details/other-components/
Dfile_explorer.rst202 char * cur_path = lv_file_explorer_get_current_path(widget);
204 LV_LOG_USER("%s%s", cur_path, sel_fn);