Searched refs:_RunExtractCmd (Results 1 - 1 of 1) sorted by relevance

/u-boot/tools/binman/
H A Dftest.py2925 def _RunExtractCmd(self, entry_name, decomp=True): function
2943 data = self._RunExtractCmd('u-boot')
2948 data = self._RunExtractCmd('section')
2958 data = self._RunExtractCmd('section/u-boot-dtb')
2963 data = self._RunExtractCmd('section/u-boot-dtb', decomp=False)
2969 data = self._RunExtractCmd('section/cbfs/u-boot')
2974 data = self._RunExtractCmd('section/cbfs/u-boot-dtb')
2981 data = self._RunExtractCmd('section/cbfs/u-boot-dtb', decomp=False)
2988 self._RunExtractCmd('section/does-not-exist')

Completed in 32 milliseconds