Home
last modified time | relevance | path

Searched defs:file_name (Results 1 – 4 of 4) sorted by relevance

/lvgl-latest/tests/unity/
Dunity_support.c222 static int read_png_file(png_image_t * p, const char * file_name) in read_png_file()
286 static int write_png_file(void * raw_img, uint32_t width, uint32_t height, char * file_name) in write_png_file()
/lvgl-latest/src/others/file_explorer/
Dlv_file_explorer.c492 char file_name[LV_FILE_EXPLORER_PATH_MAX_LEN]; in browser_file_event_handler() local
/lvgl-latest/src/drivers/evdev/
Dlv_evdev.c222 static void _evdev_discovery_indev_try_create(const char * file_name) in _evdev_discovery_indev_try_create()
/lvgl-latest/docs/
Ddoc_builder.py239 def __init__(self, name, type, description, file_name, line_no): argument