OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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))
131
os.path.join(self.
_work_path
, self._ec_path))
194
work_path = self.
_work_path
218
self.
_work_path
, 'models', model, 'setvars.sh')
239
self.
_work_path
, 'models', model, 'setvars.sh')
281
working_shellball, self.
_work_path
))
305
working_shellball, self.
_work_path
))
[
all
...]
/external/autotest/client/cros/faft/
rpc_functions.py
64
_work_path
: Path of a directory, work/, in temp directory.
119
self.
_work_path
= os.path.join(self._temp_path, 'work')
Completed in 162 milliseconds