Home
last modified time | relevance | path

Searched refs:work_path (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/faft/utils/
Dfirmware_updater.py187 def resign_firmware(self, version=None, work_path=None): argument
194 if work_path is None:
195 work_path = self._work_path
199 os.path.join(work_path, self._bios_path),
210 work_path, self._bios_path))
508 self.resign_firmware(work_path=self._cbfs_work_path)
/external/autotest/server/site_tests/firmware_CompareChipFwToShellBall/
Dfirmware_CompareChipFwToShellBall.py118 work_path = self.faft_client.updater.get_work_path()
120 bios_bin = os.path.join(work_path, bios_relative_path)
/external/autotest/server/cros/faft/
Dfirmware_test.py1418 work_path = self.faft_client.updater.get_work_path()
1420 work_path, self.faft_client.updater.get_bios_relative_path())
1422 work_path, self.faft_client.updater.get_ec_relative_path())