Lines Matching refs:tmp_path
100 gchar const *tmp_path = data; in test_parse_path() local
103 set_log_path_tmp(tmp_path, "qemu.log", &error_abort); in test_parse_path()
104 set_log_path_tmp(tmp_path, "qemu-%d.log", &error_abort); in test_parse_path()
105 set_log_path_tmp(tmp_path, "qemu.log.%d", &error_abort); in test_parse_path()
107 set_log_path_tmp(tmp_path, "qemu-%d%d.log", &err); in test_parse_path()
196 g_autofree gchar *tmp_path = g_dir_make_tmp("qemu-test-logging.XXXXXX", NULL); in main() local
200 g_assert_nonnull(tmp_path); in main()
203 g_test_add_data_func("/logging/parse_path", tmp_path, test_parse_path); in main()
205 tmp_path, test_logfile_write); in main()
207 tmp_path, test_logfile_lock); in main()
213 rmdir_full(tmp_path); in main()