Home
last modified time | relevance | path

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

/f-stack/dpdk/buildtools/
H A Dmap_to_win.py13 def create_mingw_map_file(input_map, output_map): argument
14 with open(input_map) as f_in, open(output_map, 'w') as f_out: