Searched refs:lv_file_explorer_open_dir (Results 1 – 6 of 6) sorted by relevance
39 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()
73 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()
83 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()
156 void lv_file_explorer_open_dir(lv_obj_t * obj, const char * dir);
234 void lv_file_explorer_open_dir(lv_obj_t * obj, const char * dir) in lv_file_explorer_open_dir() function
38 lv_file_explorer_open_dir(file_explorer_obj, "A:src/test_files/test_file_explorer_folder"); in test_file_explorer_read_dir()