Home
last modified time | relevance | path

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

/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c47 static void strip_ext(char * dir);
514 strip_ext(explorer->current_path); in browser_file_event_handler()
516 strip_ext(explorer->current_path); in browser_file_event_handler()
632 static void strip_ext(char * dir) in strip_ext() function