Searched refs:file_size (Results 1 – 1 of 1) sorted by relevance
147 uint32_t file_size = 0; in lv_xml_component_register_from_file() local148 lv_fs_tell(&f, &file_size); in lv_xml_component_register_from_file()152 char * xml_buf = lv_malloc(file_size + 1); in lv_xml_component_register_from_file()154 LV_LOG_WARN("Memory allocation failed for file %s (%d bytes)", path, file_size + 1); in lv_xml_component_register_from_file()162 lv_fs_read(&f, xml_buf, file_size, &rn); in lv_xml_component_register_from_file()163 if(rn != file_size) { in lv_xml_component_register_from_file()