Home
last modified time | relevance | path

Searched refs:out_fname (Results 1 – 6 of 6) 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/linux/fs/ubifs/
H A Ddir.c317 goto out_fname; in ubifs_create()
346 out_fname: in ubifs_create()
753 goto out_fname; in ubifs_link()
757 goto out_fname; in ubifs_link()
790 out_fname: in ubifs_link()
867 out_fname: in ubifs_unlink()
971 out_fname: in ubifs_rmdir()
1042 out_fname: in ubifs_mkdir()
1131 out_fname: in ubifs_mknod()
1221 goto out_fname; in ubifs_symlink()
[all …]
/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:
/openbmc/linux/Documentation/sphinx/
H A Dkfigure.py341 def dot2format(app, dot_fname, out_fname): argument
356 out_format = path.splitext(out_fname)[1][1:]
360 with open(out_fname, "w") as out:
/openbmc/linux/fs/f2fs/
H A Dinline.c615 goto out_fname; in f2fs_try_convert_inline_dir()
620 goto out_fname; in f2fs_try_convert_inline_dir()
628 out_fname: in f2fs_try_convert_inline_dir()