Searched refs:work_path (Results 1 – 4 of 4) sorted by relevance
/external/autotest/server/site_tests/firmware_WriteProtectFunc/ |
D | firmware_WriteProtectFunc.py | 40 self.work_path = self.faft_client.system.create_temp_dir( 68 self.faft_client.system.remove_dir(self.work_path) 173 work_path = self.work_path 177 ro_before = os.path.join(work_path, '%s_ro_before.bin' % target) 179 ro_test = os.path.join(work_path, '%s_ro_test.bin' % target) 181 ro_after = os.path.join(work_path, '%s_ro_after.bin' % target) 239 ro_after = os.path.join(work_path, '%s_ro_after.bin' % target) 240 ro_test = os.path.join(work_path, '%s_ro_test.bin' % target)
|
/external/autotest/client/cros/faft/utils/ |
D | firmware_updater.py | 355 def resign_firmware(self, version=None, work_path=None): argument 362 if work_path is None: 363 work_path = self._work_path 367 (os.path.join(work_path, self._bios_path), 378 '%s' % os.path.join(work_path, self._bios_path)) 805 self.resign_firmware(work_path=self._cbfs_work_path)
|
/external/autotest/server/site_tests/firmware_CompareChipFwToShellBall/ |
D | firmware_CompareChipFwToShellBall.py | 118 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/ |
D | firmware_test.py | 1906 work_path = self.faft_client.updater.get_work_path() 1908 work_path, self.faft_client.updater.get_bios_relative_path()) 1910 work_path, self.faft_client.updater.get_ec_relative_path())
|