Home | History | Annotate | Download | only in qemu

Lines Matching refs:tmp_filename

536         char tmp_filename[PATH_MAX];
556 get_tmp_filename(tmp_filename, sizeof(tmp_filename));
575 ret = bdrv_create(bdrv_qcow2, tmp_filename, options);
581 filename = tmp_filename;