Home
last modified time | relevance | path

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

/lvgl-latest/examples/others/file_explorer/
Dlv_example_file_explorer_1.c39 lv_file_explorer_open_dir(file_explorer, "C:C:/"); in lv_example_file_explorer_1()
51 lv_file_explorer_open_dir(file_explorer, "A:/"); in lv_example_file_explorer_1()
Dlv_example_file_explorer_2.c73 lv_file_explorer_open_dir(file_explorer, "C:C:/"); in lv_example_file_explorer_2()
85 lv_file_explorer_open_dir(file_explorer, "A:/"); in lv_example_file_explorer_2()
Dlv_example_file_explorer_3.c83 lv_file_explorer_open_dir(file_explorer, "C:C:/"); in lv_example_file_explorer_3()
95 lv_file_explorer_open_dir(file_explorer, "A:/"); in lv_example_file_explorer_3()
/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.h156 void lv_file_explorer_open_dir(lv_obj_t * obj, const char * dir);
Dlv_file_explorer.c234 void lv_file_explorer_open_dir(lv_obj_t * obj, const char * dir) in lv_file_explorer_open_dir() function
/lvgl-latest/tests/src/test_cases/
Dtest_file_explorer.c38 lv_file_explorer_open_dir(file_explorer_obj, "A:src/test_files/test_file_explorer_folder"); in test_file_explorer_read_dir()