Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p.c32 static char *local_test_path; variable
42 g_assert(local_test_path == NULL); in virtio_9p_create_local_test_dir()
51 local_test_path = g_mkdtemp(template); in virtio_9p_create_local_test_dir()
52 if (!local_test_path) { in virtio_9p_create_local_test_dir()
56 g_assert(local_test_path != NULL); in virtio_9p_create_local_test_dir()
66 g_assert(local_test_path != NULL); in virtio_9p_remove_local_test_dir()
72 g_free(local_test_path); in virtio_9p_remove_local_test_dir()
73 local_test_path = NULL; in virtio_9p_remove_local_test_dir()
78 g_assert(local_test_path); in virtio_9p_test_path()
233 g_assert_nonnull(local_test_path); in virtio_9p_assign_local_driver()
[all …]