Searched refs:qemu_img_abs_path (Results 1 – 2 of 2) sorted by relevance
433 char *qemu_img_abs_path; in create_qcow2_with_mbr() local486 qemu_img_abs_path = realpath(qemu_img_path, NULL); in create_qcow2_with_mbr()487 g_assert(qemu_img_abs_path); in create_qcow2_with_mbr()491 qemu_img_abs_path, in create_qcow2_with_mbr()499 qemu_img_abs_path, in create_qcow2_with_mbr()505 free(qemu_img_abs_path); in create_qcow2_with_mbr()
1974 char *qemu_img_abs_path; in mkimg() local1980 qemu_img_abs_path = realpath(qemu_img_path, NULL); in mkimg()1981 if (!qemu_img_abs_path) { in mkimg()1985 cli = g_strdup_printf("%s create -f %s %s %uM", qemu_img_abs_path, in mkimg()1996 free(qemu_img_abs_path); in mkimg()