Searched refs:htmls_xml_f_name (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/libstdc++/scripts/
H A Dmake_graphs.py72 def process_html(html_f_name, src_dir, build_dir, htmls_xml_f_name, tests_info_xml_f_name, build_name, compiler_name):
137 usg = "make_graph.py <src_dir> <build_dir> <htmls_xml_f_name> <tests_info_xml_f_name> <build_name> <compiler_name>\n"
145 htmls_xml_f_name = sys.argv[3] variable
150 htmls_dat = minidom.parse(htmls_xml_f_name)
154 new_soup = process_html(html_f_name, src_dir, build_dir, htmls_xml_f_name, tests_info_xml_f_name, build_name, compiler_name)

Completed in 103 milliseconds