Home
last modified time | relevance | path

Searched refs:copy_directory_contents_to_device (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/infra/bots/recipe_modules/flavor/
Dapi.py97 def copy_directory_contents_to_device(self, host_dir, device_dir): member in SkiaFlavorApi
98 return self._f.copy_directory_contents_to_device(host_dir, device_dir)
124 self.copy_directory_contents_to_device(
157 self.copy_directory_contents_to_device(
Dwin_ssh.py90 def copy_directory_contents_to_device(self, host_path, device_path): member in WinSSHFlavor
118 self.copy_directory_contents_to_device(self.host_dirs.bin_dir,
Dchromebook.py51 def copy_directory_contents_to_device(self, host_path, device_path): member in ChromebookFlavor
Dios.py70 def copy_directory_contents_to_device(self, host, device): member in iOSFlavor
Dchromecast.py80 def copy_directory_contents_to_device(self, host, device): member in ChromecastFlavor
Ddefault.py109 def copy_directory_contents_to_device(self, host_dir, device_dir): member in DefaultFlavor
Dandroid.py529 def copy_directory_contents_to_device(self, host, device): member in AndroidFlavor
/third_party/skia/infra/bots/recipe_modules/flavor/
Dapi.py87 def copy_directory_contents_to_device(self, host_dir, device_dir): member in SkiaFlavorApi
88 return self._f.copy_directory_contents_to_device(host_dir, device_dir)
116 self.copy_directory_contents_to_device(
149 self.copy_directory_contents_to_device(
Dchromebook.py52 def copy_directory_contents_to_device(self, host_path, device_path): member in ChromebookFlavor
Dios.py145 def copy_directory_contents_to_device(self, host, device): member in iOSFlavor
Ddefault.py59 def copy_directory_contents_to_device(self, host_dir, device_dir): member in DefaultFlavor
Dandroid.py540 def copy_directory_contents_to_device(self, host, device): member in AndroidFlavor
/third_party/flutter/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py18 api.flavor.copy_directory_contents_to_device('src', 'dst')
/third_party/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py19 api.flavor.copy_directory_contents_to_device('src', 'dst')