Searched refs:device_path (Results 1 – 7 of 7) sorted by relevance
/tools/asuite/adevice/src/ |
D | commands.rs | 164 pub fn from_action(adb_action: AdbAction, device_path: &Path) -> Self { in from_action() 166 args: command_args(&adb_action, device_path), in from_action() 168 file: device_path.to_path_buf(), in from_action() 184 pub fn device_path(&self) -> &Path { in device_path() method
|
D | tracking.rs | 284 if let Some(device_path) = strip_product_prefix(line) { in tracked_files() 285 return Some(device_path); in tracked_files()
|
D | device.rs | 420 return a.device_path().cmp(b.device_path()); in mkdir_comes_first_rm_dfs()
|
/tools/test/mobly_extensions/tools/ |
D | device_flags.py | 119 device_path = os.path.join( 123 self._ad.adb.pull([device_path, host_path])
|
/tools/asuite/atest/ |
D | atest_utils.py | 1465 device_path = '' 1472 device_path = value 1475 return module_name, device_path 1508 symbol_root, module_name, device_path, is_64=False argument 1522 device_path[1:], 1534 def copy_native_symbols(module_name, device_path): argument 1557 symbol_root, module_name, device_path, is_64=False 1562 symbol_root, module_name, device_path, is_64=True
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | android_device.py | 1192 for device_path in device_paths: 1194 (device_path, host_path)) 1195 self.adb.pull("%s %s" % (device_path, host_path),
|
/tools/asuite/atest/test_runners/ |
D | atest_tf_test_runner.py | 1255 module_name, device_path = atest_utils.get_config_gtest_args( 1258 if module_name and device_path: 1259 atest_utils.copy_native_symbols(module_name, device_path)
|