Searched defs:file_name (Results 1 – 4 of 4) sorted by relevance
222 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()
492 char file_name[LV_FILE_EXPLORER_PATH_MAX_LEN]; in browser_file_event_handler() local
222 static void _evdev_discovery_indev_try_create(const char * file_name) in _evdev_discovery_indev_try_create()
239 def __init__(self, name, type, description, file_name, line_no): argument