Searched refs:device_id (Results 1 – 2 of 2) sorted by relevance
/development/tools/winscope/adb_proxy/ |
D | winscope_proxy.py | 79 def get_filepaths(self, device_id): argument 92 def get_filepaths(self, device_id): argument 94 f"shell su root find {self.path} -name {self.matcher}", device_id) 110 def get_filepaths(self, device_id): argument 112 files = matcher.get_filepaths(device_id) 465 def process_with_device(self, server, path, device_id): argument 479 def process_with_device(self, server, path, device_id): argument 493 file_paths = f.get_filepaths(device_id) 500 file_path, tmp, device_id) 502 call_adb('shell su root rm ' + file_path, device_id) [all …]
|
/development/tools/labpretest/ |
D | README | 23 have multiple devices attached use the -d <device_id> parameter to target a
|