Lines Matching refs:fd
147 with open(fname, 'rb') as fd:
148 return fd.read()
158 with open(src, 'w') as fd:
159 fd.write(base_fdt)
172 with open(its, 'w') as fd:
173 print(base_its % params, file=fd)
191 with open(make_fname('u-boot.dts'), 'w') as fd:
192 fd.write(base_fdt)
207 with open(fname, 'w') as fd:
208 print(data, file=fd)
221 with open(fname, 'w') as fd:
222 print(data, file=fd)