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

  /external/autotest/client/cros/faft/utils/
firmware_updater.py 39 self._temp_path = '/var/tmp/faft/autest'
40 self._cbfs_work_path = os.path.join(self._temp_path, 'cbfs')
41 self._keys_path = os.path.join(self._temp_path, 'keys')
42 self._work_path = os.path.join(self._temp_path, 'work')
67 if not self.os_if.is_dir(self._temp_path):
80 self.os_if.create_dir(self._temp_path)
86 working_shellball = os.path.join(self._temp_path,
93 if self.os_if.is_dir(self._temp_path):
94 self.os_if.remove_dir(self._temp_path)
200 os.path.join(self._temp_path, 'output.bin')
    [all...]
  /external/autotest/client/cros/faft/
rpc_functions.py 63 _temp_path: Path of a temp directory.
118 self._temp_path = '/var/tmp/faft/autest'
119 self._keys_path = os.path.join(self._temp_path, 'keys')
120 self._work_path = os.path.join(self._temp_path, 'work')

Completed in 61 milliseconds