Searched refs:f_out (Results 1 – 2 of 2) sorted by relevance
| /dpdk/devtools/ |
| H A D | update_version_map_abi.py | 119 print(file=f_out) 126 print(file=f_out) 129 print("\tlocal: *;", file=f_out) 132 print("};", file=f_out) 143 print("", file=f_out) 148 print("};", file=f_out) 152 print("INTERNAL {", file=f_out) 158 print("", file=f_out) 163 print("};", file=f_out) 199 print(file=f_out) [all …]
|
| /dpdk/buildtools/ |
| H A D | map_to_win.py | 13 with open(input_map) as f_in, open(output_map, 'w') as f_out: 14 …f_out.writelines([lines.replace('per_lcore', '__emutls_v.per_lcore') for lines in f_in.readlines()… 35 with open(args[2], 'w') as f_out: 36 f_out.writelines(functions)
|