Home
last modified time | relevance | path

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

/lvgl-latest/examples/others/file_explorer/
Dlv_example_file_explorer_1.c73 char document_dir[LV_FS_MAX_PATH_LENGTH]; in lv_example_file_explorer_1() local
74 strcpy(document_dir, home_dir); in lv_example_file_explorer_1()
75 strcat(document_dir, "/Documents"); in lv_example_file_explorer_1()
76 lv_file_explorer_set_quick_access_path(file_explorer, LV_EXPLORER_DOCS_DIR, document_dir); in lv_example_file_explorer_1()
Dlv_example_file_explorer_2.c106 char document_dir[LV_FS_MAX_PATH_LENGTH]; in lv_example_file_explorer_2() local
107 strcpy(document_dir, home_dir); in lv_example_file_explorer_2()
108 strcat(document_dir, "/Documents"); in lv_example_file_explorer_2()
109 lv_file_explorer_set_quick_access_path(file_explorer, LV_EXPLORER_DOCS_DIR, document_dir); in lv_example_file_explorer_2()
Dlv_example_file_explorer_3.c116 char document_dir[LV_FS_MAX_PATH_LENGTH]; in lv_example_file_explorer_3() local
117 strcpy(document_dir, home_dir); in lv_example_file_explorer_3()
118 strcat(document_dir, "/Documents"); in lv_example_file_explorer_3()
119 lv_file_explorer_set_quick_access_path(file_explorer, LV_EXPLORER_DOCS_DIR, document_dir); in lv_example_file_explorer_3()