HomeSort by relevance Sort by last modified time
    Searched refs:host_path (Results 1 - 10 of 10) sorted by null

  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
android_prebuilt_profiler_helper.py 23 host_path = binary_manager.FetchPath(profiler_binary, arch_name, 'android')
24 if not host_path:
26 host_path)
30 device.PushChangedFiles([(host_path, device_binary_path)])
  /external/skia/infra/bots/recipe_modules/flavor/
default_flavor.py 106 'host_path and device_path are the same (%s vs %s).' % (
116 'host_path and device_path are the same (%s vs %s).' % (
119 def copy_file_to_device(self, host_path, device_path):
123 if str(host_path) != str(device_path): # pragma: no cover
126 'host_path and device_path are the same (%s vs %s).' % (
127 str(host_path), str(device_path)))
api.py 94 def copy_file_to_device(self, host_path, device_path):
95 return self._f.copy_file_to_device(host_path, device_path)
133 host_path, device_path, test_expected_version,
148 host_path, device_path)
  /system/extras/simpleperf/scripts/
binary_cache_builder.py 205 def _pull_file_from_device(self, device_path, host_path):
206 if self.adb.run(['pull', device_path, host_path]):
212 self.adb.run(['pull', '/data/local/tmp/' + filename, host_path])):
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py     [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py     [all...]
  /external/chromium-trace/catapult/devil/devil/utils/
mock_calls_test.py 27 def Push(self, host_path, device_path):
28 logging.debug('(device %s) pushing %r to %r', self, host_path, device_path)
  /external/libmojo/third_party/catapult/devil/devil/utils/
mock_calls_test.py 27 def Push(self, host_path, device_path):
28 logging.debug('(device %s) pushing %r to %r', self, host_path, device_path)
  /system/core/adb/
test_device.py     [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
android_platform_backend.py 210 return bool(self._device.TakeScreenshot(host_path=file_path))
257 host_path = binary_manager.FetchPath(app, arch_name, 'android')
258 if not host_path:
260 self.InstallApplication(host_path)

Completed in 1096 milliseconds