Home
last modified time | relevance | path

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

/dports/security/gvmd/gvmd-21.4.4/src/
H A Dmanage_sql_report_formats.c3724 gchar *subreport_dir, *subreport_xml, *subreport_file; in apply_report_format() local
3727 subreport_dir = g_strdup ("/tmp/gvmd_XXXXXX"); in apply_report_format()
3729 if (mkdtemp (subreport_dir) == NULL) in apply_report_format()
3732 g_free (subreport_dir); in apply_report_format()
3735 subreport_xml = g_build_filename (subreport_dir, "report.xml", NULL); in apply_report_format()
3736 temp_dirs = g_list_append (temp_dirs, subreport_dir); in apply_report_format()
3745 subreport_dir, in apply_report_format()