Home
last modified time | relevance | path

Searched refs:device_path (Results 1 – 3 of 3) sorted by relevance

/tools/asuite/atest/
Datest_utils.py1407 device_path = ''
1414 device_path = value
1417 return module_name, device_path
1448 symbol_root, module_name, device_path, is_64=False): argument
1461 symbol_root, device_path[1:], module_name,
1470 def copy_native_symbols(module_name, device_path): argument
1494 symbol_root, module_name, device_path, is_64=False)
1498 symbol_root, module_name, device_path, is_64=True)
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py904 module_name, device_path = atest_utils.get_config_gtest_args(
906 if module_name and device_path:
907 atest_utils.copy_native_symbols(module_name, device_path)
/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py1178 for device_path in device_paths:
1180 (device_path, host_path))
1181 self.adb.pull("%s %s" % (device_path, host_path),