Home | History | Annotate | Download | only in qemu

Lines Matching defs:file_close

311 static int file_close(void *opaque)
330 return qemu_fopen_ops(s, file_put_buffer, NULL, file_close, NULL, NULL);
332 return qemu_fopen_ops(s, NULL, file_get_buffer, file_close, NULL, NULL);