Home
last modified time | relevance | path

Searched refs:GetInputFilename (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/binman/etype/
H A Du_boot_spl_bss_pad.py21 fname = tools.GetInputFilename('spl/u-boot-spl')
H A Dblob.py20 self._pathname = tools.GetInputFilename(self._filename)
H A Du_boot_with_ucode_ptr.py33 fname = tools.GetInputFilename(self.elf_fname)
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dtools.py94 def GetInputFilename(fname): function