Home
last modified time | relevance | path

Searched refs:GetOutputFilename (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Dtest_dtoc.py124 output = tools.GetOutputFilename('output')
138 output = tools.GetOutputFilename('output')
240 output = tools.GetOutputFilename('output')
302 output = tools.GetOutputFilename('output')
332 output = tools.GetOutputFilename('output')
384 output = tools.GetOutputFilename('output')
424 output = tools.GetOutputFilename('output')
476 output = tools.GetOutputFilename('output')
H A Dfdt_util.py62 dts_input = tools.GetOutputFilename('source.dts')
63 dtb_output = tools.GetOutputFilename('source.dtb')
/OK3568_Linux_fs/u-boot/tools/binman/
H A Dfunc_test.py196 fname = tools.GetOutputFilename('image.bin')
363 fname = tools.GetOutputFilename('image1.bin')
371 fname = tools.GetOutputFilename('image2.bin')
562 fname = tools.GetOutputFilename('test-name')
566 fname = tools.GetOutputFilename('test-name.xx')
658 fname = tools.GetOutputFilename('test.dtb')
H A Dimage.py222 fname = tools.GetOutputFilename(self._filename)
/OK3568_Linux_fs/u-boot/tools/binman/etype/
H A Du_boot_ucode.py83 fname = tools.GetOutputFilename(dtb_name)
H A Du_boot_dtb_with_ucode.py42 fname = tools.GetOutputFilename(dtb_name)
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dtools.py64 def GetOutputFilename(fname): function