Searched refs:current_path_len (Results 1 – 1 of 1) sorted by relevance
625 size_t current_path_len = lv_strlen(explorer->current_path); in show_dir() local626 …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()