Home
last modified time | relevance | path

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

/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer_private.h50 char current_path[LV_FILE_EXPLORER_PATH_MAX_LEN];
Dlv_file_explorer.c492 char file_name[LV_FILE_EXPLORER_PATH_MAX_LEN]; in browser_file_event_handler()
553 char fn[LV_FILE_EXPLORER_PATH_MAX_LEN]; in show_dir()
626 …current_path[current_path_len - 1] != '/') && (current_path_len < LV_FILE_EXPLORER_PATH_MAX_LEN)) { in show_dir()
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h1001 #define LV_FILE_EXPLORER_PATH_MAX_LEN (128) macro
/lvgl-latest/
Dlv_conf_template.h1088 #define LV_FILE_EXPLORER_PATH_MAX_LEN (128)
DKconfig1606 config LV_FILE_EXPLORER_PATH_MAX_LEN config
/lvgl-latest/src/
Dlv_conf_internal.h3466 #ifndef LV_FILE_EXPLORER_PATH_MAX_LEN
3468 #define LV_FILE_EXPLORER_PATH_MAX_LEN CONFIG_LV_FILE_EXPLORER_PATH_MAX_LEN macro
3470 #define LV_FILE_EXPLORER_PATH_MAX_LEN (128) macro
/lvgl-latest/docs/details/other-components/
Dfile_explorer.rst66 The size of the ``current_path`` buffer is set by :c:macro:`LV_FILE_EXPLORER_PATH_MAX_LEN`