Lines Matching refs:tmp_path
490 gchar *tmp_path = g_dir_make_tmp("qemu-test-char.XXXXXX", NULL); in char_pipe_test() local
491 gchar *tmp, *in, *out, *pipe = g_build_filename(tmp_path, "pipe", NULL); in char_pipe_test()
545 g_assert(g_rmdir(tmp_path) == 0); in char_pipe_test()
548 g_free(tmp_path); in char_pipe_test()
1257 char *tmp_path = g_dir_make_tmp("qemu-test-char.XXXXXX", NULL); in char_file_fifo_test() local
1258 char *fifo = g_build_filename(tmp_path, "fifo", NULL); in char_file_fifo_test()
1259 char *out = g_build_filename(tmp_path, "out", NULL); in char_file_fifo_test()
1305 g_rmdir(tmp_path); in char_file_fifo_test()
1306 g_free(tmp_path); in char_file_fifo_test()
1312 char *tmp_path = g_dir_make_tmp("qemu-test-char.XXXXXX", NULL); in char_file_test_internal() local
1327 out = g_build_filename(tmp_path, "out", NULL); in char_file_test_internal()
1345 g_rmdir(tmp_path); in char_file_test_internal()
1346 g_free(tmp_path); in char_file_test_internal()
1423 gchar *tmp_path = g_dir_make_tmp("qemu-test-char.XXXXXX", NULL); in char_hotswap_test() local
1424 char *filename = g_build_filename(tmp_path, "file", NULL); in char_hotswap_test()
1472 g_rmdir(tmp_path); in char_hotswap_test()
1473 g_free(tmp_path); in char_hotswap_test()