Searched refs:source_output_path (Results 1 – 1 of 1) sorted by relevance
136 def main(header_output_path, source_output_path): argument206 source_output_path = registry_xml.script_relative(source_output_path)207 with open(source_output_path, 'w') as f: