Lines Matching refs:fname
114 def _ShowBlobHelp(level, path, text, fname): argument
115 tout.do_output(level, '%s (%s):' % (path, fname))
298 fname = os.path.join(outdir, path)
303 if fname and not os.path.exists(fname):
304 os.makedirs(fname)
305 fname = os.path.join(fname, 'root')
307 (entry.GetPath(), len(data), fname))
308 tools.write_file(fname, data)
451 fname = os.path.join(indir, path)
453 if os.path.exists(fname):
455 (entry.GetPath(), fname))
456 data = tools.read_file(fname)
460 (entry.GetPath(), fname))
620 fname = tools.get_output_filename('u-boot.dtb.out')
621 tools.write_file(fname, tools.read_file(dtb_fname))
622 dtb = fdt.FdtScan(fname)
631 fname = tools.get_output_filename('u-boot.dtb.tmpl1')
632 tools.write_file(fname, dtb.GetContents())
640 fname = tools.get_output_filename('u-boot.dtb.tmpl2')
641 tools.write_file(fname, dtb.GetContents())
792 fname = image.WriteMap()
793 print("Wrote map file '%s' to show errors" % fname)