Home | History | Annotate | Download | only in qemu

Lines Matching refs:tmp_filename

534         char tmp_filename[PATH_MAX];
554 get_tmp_filename(tmp_filename, sizeof(tmp_filename));
573 ret = bdrv_create(bdrv_qcow2, tmp_filename, options);
579 filename = tmp_filename;