Home
last modified time | relevance | path

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

/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c695 int strcmp_result = lv_strcmp(lv_table_get_cell_value(tb, i, 1), v); in sort_by_file_kind() local
696 if(strcmp_result < 0) in sort_by_file_kind()
698 else if(strcmp_result > 0) in sort_by_file_kind()