Home | History | Annotate | Download | only in qemu

Lines Matching refs:line_size

1146  * @line_size size of line
1152 static int usb_host_read_file(char *line, size_t line_size, const char *device_file, const char *device_name)
1163 ret = (fgets(line, line_size, f) != NULL);