Searched refs:host_path (Results 1 – 9 of 9) sorted by relevance
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
D | 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/libmojo/third_party/catapult/devil/devil/android/ |
D | device_utils.py | 1209 def _GetChangedAndStaleFiles(self, host_path, device_path, track_stale=False): argument 1227 host_path = host_path.rstrip('/') 1231 ignore_other_files = not track_stale and os.path.isdir(host_path) 1234 for root, _, filenames in os.walk(host_path): 1235 relative_dir = root[len(host_path) + 1:] 1240 return md5sum.CalculateHostMd5Sums([host_path]) 1259 return ([(host_path, device_path)], [], [], lambda: 0) 1264 if os.path.isfile(host_path): 1265 host_checksum = host_checksums.get(host_path) 1268 up_to_date.append(host_path) [all …]
|
/external/chromium-trace/catapult/devil/devil/android/ |
D | device_utils.py | 1293 def _GetChangedAndStaleFiles(self, host_path, device_path, track_stale=False): argument 1311 host_path = host_path.rstrip('/') 1315 ignore_other_files = not track_stale and os.path.isdir(host_path) 1318 for root, _, filenames in os.walk(host_path): 1319 relative_dir = root[len(host_path) + 1:] 1324 return md5sum.CalculateHostMd5Sums([host_path]) 1343 return ([(host_path, device_path)], [], [], lambda: 0) 1348 if os.path.isfile(host_path): 1349 host_checksum = host_checksums.get(host_path) 1352 up_to_date.append(host_path) [all …]
|
/external/skia/infra/bots/recipe_modules/flavor/ |
D | default_flavor.py | 119 def copy_file_to_device(self, host_path, device_path): argument 123 if str(host_path) != str(device_path): # pragma: no cover 127 str(host_path), str(device_path)))
|
D | api.py | 94 def copy_file_to_device(self, host_path, device_path): argument 95 return self._f.copy_file_to_device(host_path, device_path) 133 host_path, device_path, test_expected_version, argument 148 host_path, device_path)
|
/external/chromium-trace/catapult/devil/devil/utils/ |
D | mock_calls_test.py | 27 def Push(self, host_path, device_path): argument 28 logging.debug('(device %s) pushing %r to %r', self, host_path, device_path)
|
/external/libmojo/third_party/catapult/devil/devil/utils/ |
D | mock_calls_test.py | 27 def Push(self, host_path, device_path): argument 28 logging.debug('(device %s) pushing %r to %r', self, host_path, device_path)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
D | 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)
|
/external/chromium-trace/catapult/devil/docs/ |
D | device_utils.md | 501 host_device_tuples: A list of (host_path, device_path) tuples, where 502 |host_path| is an absolute path of a file or directory on the host 568 host_path: A string containing the absolute path of the destination on 902 host_path: A string containing the path on the host to save the
|