Home
last modified time | relevance | path

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

/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c625 size_t current_path_len = lv_strlen(explorer->current_path); in show_dir() local
626 …if((explorer->current_path[current_path_len - 1] != '/') && (current_path_len < LV_FILE_EXPLORER_P… in show_dir()
627 *((explorer->current_path) + current_path_len) = '/'; in show_dir()