Home
last modified time | relevance | path

Searched refs:run_hdc_cmd (Results 1 - 2 of 2) sorted by relevance

/developtools/hiperf/script/
H A Dhiperf_utils.py201 def run_hdc_cmd(self, hdc_args, log_output=True): member in HdcInterface
219 result, out = self.run_hdc_cmd(hdc_args)
225 result, out = self.run_hdc_cmd(['shell', 'whoami'])
229 self.run_hdc_cmd(['unroot'])
231 self.run_hdc_cmd(['wait-for-device'])
237 result, out = self.run_hdc_cmd(['shell', 'whoami'])
245 self.run_hdc_cmd(['root'])
247 self.run_hdc_cmd(['wait-for-device'])
248 result, out = self.run_hdc_cmd(['shell', 'whoami'])
252 result, out = self.run_hdc_cmd(['shel
[all...]
H A Drecv_binary_cache.py164 if self.hdc.run_hdc_cmd(['file recv', device_path, host_path]):
169 if (self.hdc.run_hdc_cmd(['shell', 'cp', device_path,
171 self.hdc.run_hdc_cmd(['file recv',
174 self.hdc.run_hdc_cmd(['shell', 'rm',
197 self.hdc.run_hdc_cmd(['shell',
199 self.hdc.run_hdc_cmd(['file recv', '/proc/kallsyms', file_path])
200 self.hdc.run_hdc_cmd(['shell',

Completed in 2 milliseconds