Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/binman/etype/
H A Du_boot_elf.py30 out_fname = tools.GetOutputFilename('%s.stripped' % uniq)
31 tools.WriteFile(out_fname, tools.ReadFile(self._pathname))
32 tools.Run('strip', out_fname)
33 self._pathname = out_fname
/openbmc/u-boot/tools/binman/
H A Dstate.py147 out_fname = tools.GetOutputFilename('%s.out' %
149 tools.WriteFile(out_fname, tools.ReadFile(other_fname_dtb))
150 other_dtb = fdt.FdtScan(out_fname)
/openbmc/u-boot/Documentation/sphinx/
H A Dkfigure.py286 def dot2format(app, dot_fname, out_fname): argument
301 out_format = path.splitext(out_fname)[1][1:]
305 with open(out_fname, "w") as out: