Home | History | Annotate | Download | only in utils

Lines Matching refs:extension

181         self.cbfs_replace_chip(chip_utils.ecrw.fw_name, extension='')
364 def cbfs_extract_chip(self, fw_name, extension='.bin'):
371 The extracted blobs will be <fw_name><extension> and
376 extension: Extension of the name of the cbfs component.
390 cmd = cbfs_extract % (extension, extension)
426 def cbfs_replace_chip(self, fw_name, extension='.bin'):
435 extension: Extension of the name of the cbfs component.
449 self.CBFSTOOL, bios, fw_name, extension)
463 extension,
465 extension)