Lines Matching refs:tmp_path
1519 char *tmp_path = g_dir_make_tmp(tmp_dir_name, NULL); in test_acpi_tcg_tpm() local
1532 test.addr->u.q_unix.path = g_build_filename(tmp_path, "sock", NULL); in test_acpi_tcg_tpm()
1556 g_rmdir(tmp_path); in test_acpi_tcg_tpm()
1558 g_free(tmp_path); in test_acpi_tcg_tpm()
2037 gchar *tmp_path = g_dir_make_tmp("qemu-test-erst.XXXXXX", NULL); in test_acpi_erst() local
2047 " -device acpi-erst,memdev=erstnvram", tmp_path); in test_acpi_erst()
2051 g_assert(g_rmdir(tmp_path) == 0); in test_acpi_erst()
2052 g_free(tmp_path); in test_acpi_erst()
2067 gchar *tmp_path = g_dir_make_tmp("qemu-test-erst.XXXXXX", NULL); in test_acpi_microvm_acpi_erst() local
2078 " -device acpi-erst,memdev=erstnvram", tmp_path); in test_acpi_microvm_acpi_erst()
2081 g_assert(g_rmdir(tmp_path) == 0); in test_acpi_microvm_acpi_erst()
2082 g_free(tmp_path); in test_acpi_microvm_acpi_erst()
2172 gchar *tmp_path = g_dir_make_tmp("qemu-test-cxl.XXXXXX", NULL); in test_acpi_q35_cxl() local
2204 tmp_path, tmp_path, tmp_path, tmp_path, in test_acpi_q35_cxl()
2205 tmp_path, tmp_path, tmp_path, tmp_path); in test_acpi_q35_cxl()
2209 g_assert(g_rmdir(tmp_path) == 0); in test_acpi_q35_cxl()
2210 g_free(tmp_path); in test_acpi_q35_cxl()