Home
last modified time | relevance | path

Searched refs:qemu_img_abs_path (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dhd-geo-test.c433 char *qemu_img_abs_path; in create_qcow2_with_mbr() local
486 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()
H A Dlibqtest.c1974 char *qemu_img_abs_path; in mkimg() local
1980 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()