Searched refs:outfile (Results 1 – 10 of 10) sorted by relevance
| /rk3399_rockchip-uboot/tools/ |
| H A D | microcode-tool.py | 175 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 D | microcode-tool | 175 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 D | dumpimage.c | 79 params.outfile = optarg; in main() 129 if (!params.outfile) in main() 130 params.outfile = params.datafile; in main()
|
| H A D | ifdtool.c | 828 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 D | imagetool.h | 65 const char *outfile; /* Output filename */ member
|
| H A D | default_image.c | 155 return imagetool_save_subimage(params->outfile, file_data, file_len); in image_extract_subimage()
|
| H A D | fit_image.c | 865 params->outfile); in fit_extract_contents()
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | command.py | 43 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 D | builderthread.py | 280 outfile = os.path.join(build_dir, 'log') 281 with open(outfile, 'w') as fd:
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | func_test.py | 142 def _SetupDtb(self, fname, outfile='u-boot.dtb'): argument 161 TestFunctional._MakeInputFile(outfile, data)
|