OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_temp_path
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/faft/utils/
firmware_updater.py
25
self.
_temp_path
= '/var/tmp/faft/autest'
26
self._keys_path = os.path.join(self.
_temp_path
, 'keys')
27
self._work_path = os.path.join(self.
_temp_path
, 'work')
29
if not self.os_if.is_dir(self.
_temp_path
):
41
self.os_if.create_dir(self.
_temp_path
)
46
working_shellball = os.path.join(self.
_temp_path
,
54
if self.os_if.is_dir(self.
_temp_path
):
55
self.os_if.remove_dir(self.
_temp_path
)
85
os.path.join(self.
_temp_path
, 'output.bin'),
93
self.os_if.copy_file('%s' % os.path.join(self.
_temp_path
, 'output.bin')
[
all
...]
/external/autotest/client/cros/faft/
rpc_functions.py
87
_temp_path
: Path of a temp directory.
141
self.
_temp_path
= '/var/tmp/faft/autest'
142
self._keys_path = os.path.join(self.
_temp_path
, 'keys')
143
self._work_path = os.path.join(self.
_temp_path
, 'work')
Completed in 924 milliseconds