Home
last modified time | relevance | path

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

/lvgl-latest/tests/src/test_cases/
Dtest_file_explorer.c10 static lv_obj_t * file_explorer_obj; variable
17 file_explorer_obj = lv_file_explorer_create(active_screen); in setUp()
18 file_explorer = (lv_file_explorer_t *)file_explorer_obj; in setUp()
38 lv_file_explorer_open_dir(file_explorer_obj, "A:src/test_files/test_file_explorer_folder"); in test_file_explorer_read_dir()
40 lv_file_explorer_get_current_path(file_explorer_obj)); in test_file_explorer_read_dir()
59 lv_file_explorer_get_current_path(file_explorer_obj)); in test_file_explorer_read_dir()
70 lv_file_explorer_get_current_path(file_explorer_obj)); in test_file_explorer_read_dir()
75 lv_file_explorer_get_current_path(file_explorer_obj)); in test_file_explorer_read_dir()
80 lv_file_explorer_get_current_path(file_explorer_obj)); in test_file_explorer_read_dir()
85 lv_file_explorer_get_current_path(file_explorer_obj)); in test_file_explorer_read_dir()
[all …]