Searched refs:html_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):
75 html_f = open(doc_dir + '/' + html_f_name)
152 html_f_name = html.attributes['name'].value variable
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)
156 html_f = open(doc_dir + '/' + html_f_name, 'w')

Completed in 63 milliseconds