Lines Matching refs:hdc
42 self.hdc = HdcInterface()
164 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',
195 if self.hdc.switch_root():
196 old_kptr_restrict = os.popen('hdc shell cat /proc/sys/kernel/kptr_restrict').read()
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',