Lines Matching refs:fw_file
358 fw_file = self._build_fw_file
360 fw_file = self.TEST_IMAGE_DEV
361 self.flash_rw_ro_firmware(fw_file)
619 fw_file = os.path.basename(self._build_fw_file)
620 if not fw_file.endswith('.bin'):
622 % fw_file)
623 fw_version = fw_file[:-4]
789 def _run_dump_fmap_cmd(self, fw_file, section): argument
798 cmd = 'dump_fmap -x ' + fw_file + ' ' + section +\
805 def _run_futility_show_cmd(self, fw_file): argument
810 futility_cmd = 'futility show ' + fw_file