Home
last modified time | relevance | path

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

/lvgl-latest/src/misc/
Dlv_fs.h248 const char * lv_fs_get_last(const char * path);
Dlv_fs.c475 const char * lv_fs_get_last(const char * path) in lv_fs_get_last() function
/lvgl-latest/src/others/xml/
Dlv_xml_component.c132 char * filename = lv_strdup(lv_fs_get_last(path)); in lv_xml_component_register_from_file()