Home
last modified time | relevance | path

Searched refs:outfile (Results 1 – 10 of 10) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Dmicrocode-tool.py175 def CreateFile(date, license_text, mcodes, outfile): argument
232 if outfile == '-':
235 if not outfile:
239 outfile = os.path.join(MICROCODE_DIR, mcode.name + '.dtsi')
241 ', '.join([mcode.name for mcode in mcodes]), outfile)
242 with open(outfile, 'w') as fd:
312 CreateFile(date, license_text, mcode_list, options.outfile)
H A Dmicrocode-tool175 def CreateFile(date, license_text, mcodes, outfile): argument
232 if outfile == '-':
235 if not outfile:
239 outfile = os.path.join(MICROCODE_DIR, mcode.name + '.dtsi')
241 ', '.join([mcode.name for mcode in mcodes]), outfile)
242 with open(outfile, 'w') as fd:
312 CreateFile(date, license_text, mcode_list, options.outfile)
H A Ddumpimage.c79 params.outfile = optarg; in main()
129 if (!params.outfile) in main()
130 params.outfile = params.datafile; in main()
H A Difdtool.c828 char *outfile = NULL; in main() local
1006 outfile = argv[optind + 1]; in main()
1011 bios_fd = open(filename, outfile ? O_RDONLY : O_RDWR); in main()
1092 if (outfile) { in main()
1093 ret = write_image(outfile, image, size); in main()
H A Dimagetool.h65 const char *outfile; /* Output filename */ member
H A Ddefault_image.c155 return imagetool_save_subimage(params->outfile, file_data, file_len); in image_extract_subimage()
H A Dfit_image.c865 params->outfile); in fit_extract_contents()
/rk3399_rockchip-uboot/tools/patman/
H A Dcommand.py43 def RunPipe(pipe_list, infile=None, outfile=None, argument
81 elif outfile:
82 kwargs['stdout'] = open(outfile, 'wb')
/rk3399_rockchip-uboot/tools/buildman/
H A Dbuilderthread.py280 outfile = os.path.join(build_dir, 'log')
281 with open(outfile, 'w') as fd:
/rk3399_rockchip-uboot/tools/binman/
H A Dfunc_test.py142 def _SetupDtb(self, fname, outfile='u-boot.dtb'): argument
161 TestFunctional._MakeInputFile(outfile, data)