HomeSort by relevance Sort by last modified time
    Searched refs:_work_path (Results 1 - 2 of 2) sorted by null

  /external/autotest/client/cros/faft/utils/
firmware_updater.py 42 self._work_path = os.path.join(self._temp_path, 'work')
76 /usr/sbin/chromeos-firmwareupdate) is extracted to _work_path.
82 self.os_if.create_dir(self._work_path)
117 os.path.join(self._work_path, self._bios_path))
132 os.path.join(self._work_path, self._ec_path))
195 work_path = self._work_path
233 self._work_path, 'models', model, 'setvars.sh')
254 self._work_path, 'models', model, 'setvars.sh')
298 working_shellball, self._work_path))
322 working_shellball, self._work_path))
    [all...]
  /external/autotest/client/cros/faft/
rpc_functions.py 65 _work_path: Path of a directory, work/, in temp directory.
120 self._work_path = os.path.join(self._temp_path, 'work')

Completed in 2809 milliseconds