Searched refs:local_test_path (Results 1 – 1 of 1) sorted by relevance
32 static char *local_test_path; variable42 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()59 g_assert(stat(local_test_path, &st) == 0); in virtio_9p_create_local_test_dir()66 g_assert(local_test_path != NULL); in virtio_9p_remove_local_test_dir()67 g_autofree char *cmd = g_strdup_printf("rm -fr '%s'\n", local_test_path); 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()[all …]