Searched refs:input_map (Results 1 – 1 of 1) sorted by relevance
12 def create_mingw_map_file(input_map, output_map): argument13 with open(input_map) as f_in, open(output_map, 'w') as f_out: