Home
last modified time | relevance | path

Searched refs:host_path (Results 1 – 25 of 46) sorted by relevance

12

/external/skia/infra/bots/recipe_modules/flavor/
Dchromebook.py46 def copy_directory_contents_to_device(self, host_path, device_path): argument
47 self._copy_dir(host_path, self.scp_device_path(device_path))
49 def copy_directory_contents_to_host(self, device_path, host_path): argument
50 self._copy_dir(self.scp_device_path(device_path), host_path)
Dssh.py77 host_path = self.host_dirs.bin_dir.joinpath(self.app_name)
79 self.copy_file_to_device(host_path, device_path)
100 def copy_file_to_device(self, host_path, device_path): argument
102 self._run('scp %s %s' % (host_path, device_path),
103 ['scp'] + self._ssh_args + [host_path, device_path], infra_step=True)
Dapi.py86 def copy_file_to_device(self, host_path, device_path): argument
87 return self._f.copy_file_to_device(host_path, device_path)
126 host_path, device_path): argument
141 host_path, device_path)
Ddefault.py79 def copy_file_to_device(self, host_path, device_path): argument
83 if str(host_path) != str(device_path):
87 str(host_path), str(device_path)))
/external/cronet/tot/build/android/pylib/utils/
Ddevice_dependencies.py68 def DevicePathComponentsFor(host_path, output_directory=None): argument
106 if (host_path.startswith(output_directory) and
107 os.path.splitext(host_path)[1] == '.pak'):
108 return [None, 'paks', os.path.basename(host_path)]
110 rel_host_path = os.path.relpath(host_path, output_directory)
/external/cronet/stable/build/android/pylib/utils/
Ddevice_dependencies.py68 def DevicePathComponentsFor(host_path, output_directory=None): argument
106 if (host_path.startswith(output_directory) and
107 os.path.splitext(host_path)[1] == '.pak'):
108 return [None, 'paks', os.path.basename(host_path)]
110 rel_host_path = os.path.relpath(host_path, output_directory)
/external/angle/build/android/pylib/utils/
Ddevice_dependencies.py69 def DevicePathComponentsFor(host_path, output_directory=None): argument
107 if (host_path.startswith(output_directory) and
108 os.path.splitext(host_path)[1] == '.pak'):
109 return [None, 'paks', os.path.basename(host_path)]
111 rel_host_path = os.path.relpath(host_path, output_directory)
/external/chromium-trace/catapult/devil/devil/android/tools/
Dwebview_app.py137 host_path = _RebasePath(temp_dir, user_path)
139 device.PullFile(user_path, host_path, timeout=_WEBVIEW_INSTALL_TIMEOUT)
140 host_paths.append(host_path)
145 for host_path in reversed(host_paths):
147 host_path, reinstall=True, timeout=_WEBVIEW_INSTALL_TIMEOUT)
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py380 def _IterPushableComponents(host_path, device_path): argument
407 if os.path.isfile(host_path):
409 os.path.realpath(host_path), device_path, not os.path.islink(host_path))
412 for child in os.listdir(host_path):
415 os.path.join(host_path, child), posixpath.join(
420 os.path.realpath(host_path), device_path,
421 not os.path.islink(host_path))
1978 host_path = h.rstrip('/')
1990 if os.path.isdir(host_path):
1992 for root, _, filenames in os.walk(host_path):
[all …]
/external/chromium-crossbench/crossbench/plt/
Dremote.py28 def host_path(self, path: AnyPathLike) -> LocalPath: member in RemotePlatformMixin
/external/chromium-trace/catapult/devil/devil/utils/
Dmock_calls_test.py25 def Push(self, host_path, device_path): argument
26 logging.debug('(device %s) pushing %r to %r', self, host_path, device_path)
/external/googleapis/google/ads/googleads/v16/enums/
Dreal_estate_placeholder_field.proto93 // android-app://{package_id}/{scheme}/{host_path}.
98 // host_path: identifies the specific content within your application.
Djob_placeholder_field.proto93 // android-app://{package_id}/{scheme}/{host_path}.
98 // host_path: identifies the specific content within your application.
Deducation_placeholder_field.proto89 // android-app://{package_id}/{scheme}/{host_path}.
94 // host_path: identifies the specific content within your application.
Dlocal_placeholder_field.proto97 // android-app://{package_id}/{scheme}/{host_path}.
102 // host_path: identifies the specific content within your application.
Dflight_placeholder_field.proto96 // android-app://{package_id}/{scheme}/{host_path}.
101 // host_path: identifies the specific content within your application.
/external/googleapis/google/ads/googleads/v14/enums/
Djob_placeholder_field.proto93 // android-app://{package_id}/{scheme}/{host_path}.
98 // host_path: identifies the specific content within your application.
Dlocal_placeholder_field.proto97 // android-app://{package_id}/{scheme}/{host_path}.
102 // host_path: identifies the specific content within your application.
Dreal_estate_placeholder_field.proto93 // android-app://{package_id}/{scheme}/{host_path}.
98 // host_path: identifies the specific content within your application.
Deducation_placeholder_field.proto89 // android-app://{package_id}/{scheme}/{host_path}.
94 // host_path: identifies the specific content within your application.
/external/googleapis/google/ads/googleads/v15/enums/
Deducation_placeholder_field.proto89 // android-app://{package_id}/{scheme}/{host_path}.
94 // host_path: identifies the specific content within your application.
Dlocal_placeholder_field.proto97 // android-app://{package_id}/{scheme}/{host_path}.
102 // host_path: identifies the specific content within your application.
Djob_placeholder_field.proto93 // android-app://{package_id}/{scheme}/{host_path}.
98 // host_path: identifies the specific content within your application.
Dreal_estate_placeholder_field.proto93 // android-app://{package_id}/{scheme}/{host_path}.
98 // host_path: identifies the specific content within your application.
Dflight_placeholder_field.proto96 // android-app://{package_id}/{scheme}/{host_path}.
101 // host_path: identifies the specific content within your application.

12